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
=== modified file 'report_aeroo/report_aeroo.py'
--- report_aeroo/report_aeroo.py 2013-05-16 15:53:25 +0000
+++ report_aeroo/report_aeroo.py 2013-07-05 21:32:30 +0000
@@ -500,7 +500,7 @@
500500
501 aeroo_ooo = context.get('aeroo_ooo', False)501 aeroo_ooo = context.get('aeroo_ooo', False)
502 oo_parser.localcontext['include_subreport'] = self._subreport(cr, uid, aeroo_print, output='odt', aeroo_ooo=aeroo_ooo, context=context)502 oo_parser.localcontext['include_subreport'] = self._subreport(cr, uid, aeroo_print, output='odt', aeroo_ooo=aeroo_ooo, context=context)
503 oo_parser.localcontext['include_document'] = self._include_document(aeroo_ooo, print_id)503 oo_parser.localcontext['include_document'] = self._include_document(print_id, aeroo_ooo)
504 deferred = context.get('deferred_process')504 deferred = context.get('deferred_process')
505 oo_parser.localcontext['progress_update'] = deferred and deferred.progress_update or (lambda:True)505 oo_parser.localcontext['progress_update'] = deferred and deferred.progress_update or (lambda:True)
506 ####### Add counter functons to localcontext #######506 ####### Add counter functons to localcontext #######

Subscribers

People subscribed via source and target branches