Merge lp:~fabien-morin/unifield-server/fm-us-2321 into lp:unifield-server/uf3

Proposed by jftempo
Status: Merged
Merged at revision: 4134
Proposed branch: lp:~fabien-morin/unifield-server/fm-us-2321
Merge into: lp:unifield-server/uf3
Diff against target: 14 lines (+3/-1)
1 file modified
bin/addons/account_override/finance_export.py (+3/-1)
To merge this branch: bzr merge lp:~fabien-morin/unifield-server/fm-us-2321
Reviewer Review Type Date Requested Status
UniField Dev Team Pending
Review via email: mp+315574@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/account_override/finance_export.py'
--- bin/addons/account_override/finance_export.py 2016-12-02 12:51:55 +0000
+++ bin/addons/account_override/finance_export.py 2017-01-25 15:09:18 +0000
@@ -56,7 +56,9 @@
56 + Do not repeat headers if you use the same filename for more than 1 request. This avoid having multiple lines as headers.56 + Do not repeat headers if you use the same filename for more than 1 request. This avoid having multiple lines as headers.
57 """57 """
5858
59 def __init__(self, sql, process, context):59 def __init__(self, sql, process, context=None):
60 if context is None:
61 context = {}
60 self.sqlrequests = sql62 self.sqlrequests = sql
61 self.processrequests = process63 self.processrequests = process
62 if 'background_id' in context:64 if 'background_id' in context:

Subscribers

People subscribed via source and target branches