Merge lp:~etsinko/aeroo/bug1194290 into lp:aeroo

Proposed by Egor Tsinko
Status: Needs review
Proposed branch: lp:~etsinko/aeroo/bug1194290
Merge into: lp:aeroo
Diff against target: 12 lines (+1/-1)
1 file modified
report_aeroo/report_aeroo.py (+1/-1)
To merge this branch: bzr merge lp:~etsinko/aeroo/bug1194290
Reviewer Review Type Date Requested Status
Alistek developers - http://www.alistek.com Pending
Review via email: mp+173282@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

6. By Egor Tsinko

[FIX] Swapped parameters back

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'report_aeroo/report_aeroo.py'
2--- report_aeroo/report_aeroo.py 2013-05-16 15:53:25 +0000
3+++ report_aeroo/report_aeroo.py 2013-07-05 21:32:30 +0000
4@@ -500,7 +500,7 @@
5
6 aeroo_ooo = context.get('aeroo_ooo', False)
7 oo_parser.localcontext['include_subreport'] = self._subreport(cr, uid, aeroo_print, output='odt', aeroo_ooo=aeroo_ooo, context=context)
8- oo_parser.localcontext['include_document'] = self._include_document(aeroo_ooo, print_id)
9+ oo_parser.localcontext['include_document'] = self._include_document(print_id, aeroo_ooo)
10 deferred = context.get('deferred_process')
11 oo_parser.localcontext['progress_update'] = deferred and deferred.progress_update or (lambda:True)
12 ####### Add counter functons to localcontext #######

Subscribers

People subscribed via source and target branches