Merge lp:~therp-nl/banking-addons/ba70-move_ref into lp:banking-addons

Proposed by Stefan Rijnhart (Opener)
Status: Merged
Merged at revision: 187
Proposed branch: lp:~therp-nl/banking-addons/ba70-move_ref
Merge into: lp:banking-addons
Diff against target: 11 lines (+1/-1)
1 file modified
account_banking_payment/model/account_payment.py (+1/-1)
To merge this branch: bzr merge lp:~therp-nl/banking-addons/ba70-move_ref
Reviewer Review Type Date Requested Status
Maxime Chambreuil (http://www.savoirfairelinux.com) Approve
Pedro Manuel Baeza code review, no test Approve
Stéphane Bidoul (Acsone) (community) code review, no test Approve
Review via email: mp+187035@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Stéphane Bidoul (Acsone) (sbi) wrote :

LGTM

review: Approve (code review, no test)
Revision history for this message
Pedro Manuel Baeza (pedro.baeza) :
review: Approve (code review, no test)
Revision history for this message
Maxime Chambreuil (http://www.savoirfairelinux.com) (max3903) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_banking_payment/model/account_payment.py'
2--- account_banking_payment/model/account_payment.py 2013-07-15 13:31:34 +0000
3+++ account_banking_payment/model/account_payment.py 2013-09-23 14:00:51 +0000
4@@ -301,7 +301,7 @@
5 'journal_id': order.mode.transfer_journal_id.id,
6 'name': '%s %s' % (labels[order.payment_order_type],
7 line.move_line_id.move_id.name),
8- 'reference': '%s%s' % (order.payment_order_type[:3].upper(),
9+ 'ref': '%s%s' % (order.payment_order_type[:3].upper(),
10 line.move_line_id.move_id.name),
11 }, context=context)
12

Subscribers

People subscribed via source and target branches

to status/vote changes: