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

Proposed by jftempo
Status: Merged
Merged at revision: 4292
Proposed branch: lp:~fabien-morin/unifield-server/fm-us-1796
Merge into: lp:unifield-server
Diff against target: 16 lines (+3/-3)
1 file modified
bin/addons/account_hq_entries/wizard/hq_entries_import.py (+3/-3)
To merge this branch: bzr merge lp:~fabien-morin/unifield-server/fm-us-1796
Reviewer Review Type Date Requested Status
UniField Reviewer Team Pending
Review via email: mp+318498@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jeff Allen (jr.allen) wrote :

Is this a common pattern? Could there be other examples of this? How would we be able to tell and fix them now instead of later?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/addons/account_hq_entries/wizard/hq_entries_import.py'
--- bin/addons/account_hq_entries/wizard/hq_entries_import.py 2016-11-18 11:07:47 +0000
+++ bin/addons/account_hq_entries/wizard/hq_entries_import.py 2017-02-28 16:08:03 +0000
@@ -265,10 +265,10 @@
265 " %s (posting) / %s (account) / %s (amount) / %s (3rd party) /" \265 " %s (posting) / %s (account) / %s (amount) / %s (3rd party) /" \
266 " %s (%s)")266 " %s (%s)")
267 raise osv.except_osv(_('Error'), pattern % (267 raise osv.except_osv(_('Error'), pattern % (
268 description, reference, document_date, date,268 ustr(description), ustr(reference), document_date, date,
269 account_description, booking_amount,269 ustr(account_description), booking_amount,
270 ustr(third_party),270 ustr(third_party),
271 emp_cc_id and emp_cc_id.name or cost_center,271 emp_cc_id and ustr(emp_cc_id.name) or ustr(cost_center),
272 emp_cc_id and 'Emp default CC' or 'CC'272 emp_cc_id and 'Emp default CC' or 'CC'
273 ))273 ))
274274

Subscribers

People subscribed via source and target branches