Stefan Rijnhart (Therp) has proposed merging 
lp:~therp-nl/banking-addons/ba61-move_ref into lp:banking-addons/6.1.

Requested reviews:
  Banking Addons Core Editors (banking-addons-team)

For more details, see:
https://code.launchpad.net/~therp-nl/banking-addons/ba61-move_ref/+merge/187034

7.0 version here: 
https://code.launchpad.net/~therp-nl/banking-addons/ba70-move_ref
-- 
https://code.launchpad.net/~therp-nl/banking-addons/ba61-move_ref/+merge/187034
Your team Banking Addons Core Editors is requested to review the proposed merge 
of lp:~therp-nl/banking-addons/ba61-move_ref into lp:banking-addons/6.1.
=== modified file 'account_direct_debit/model/account_payment.py'
--- account_direct_debit/model/account_payment.py	2013-01-21 11:30:46 +0000
+++ account_direct_debit/model/account_payment.py	2013-09-23 14:00:07 +0000
@@ -153,7 +153,7 @@
                 move_id = account_move_obj.create(cr, uid, {
                         'journal_id': order.mode.transfer_journal_id.id,
                         'name': 'Debit order %s' % line.move_line_id.move_id.name,
-                        'reference': 'DEB%s' % line.move_line_id.move_id.name,
+                        'ref': 'DEB%s' % line.move_line_id.move_id.name,
                         }, context=context)
 
                 # TODO: take multicurrency into account

-- 
Mailing list: https://launchpad.net/~banking-addons-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~banking-addons-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to