Merge lp:~therp-nl/banking-addons/ba61-lp870242-reference_not_on_journal_entry into lp:banking-addons/6.1

Proposed by Stefan Rijnhart (Opener)
Status: Merged
Merged at revision: 183
Proposed branch: lp:~therp-nl/banking-addons/ba61-lp870242-reference_not_on_journal_entry
Merge into: lp:banking-addons/6.1
Diff against target: 27 lines (+1/-2)
1 file modified
account_banking/account_banking.py (+1/-2)
To merge this branch: bzr merge lp:~therp-nl/banking-addons/ba61-lp870242-reference_not_on_journal_entry
Reviewer Review Type Date Requested Status
Holger Brunn (Therp) code review Approve
Guewen Baconnier @ Camptocamp code review, no test Approve
Review via email: mp+183104@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) :
review: Approve (code review, no test)
Revision history for this message
Holger Brunn (Therp) (hbrunn) :
review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_banking/account_banking.py'
2--- account_banking/account_banking.py 2013-03-20 19:25:57 +0000
3+++ account_banking/account_banking.py 2013-08-30 09:20:36 +0000
4@@ -501,6 +501,7 @@
5 'period_id': period_id, # AB
6 'date': st_line.date,
7 'name': st_line_number,
8+ 'ref': st_line.ref,
9 }, context=context)
10 account_bank_statement_line_obj.write(cr, uid, [st_line.id], {
11 'move_ids': [(4, move_id, False)]
12@@ -524,7 +525,6 @@
13 val = {
14 'name': st_line.name,
15 'date': st_line.date,
16- 'ref': st_line.ref,
17 'move_id': move_id,
18 'partner_id': (((st_line.partner_id) and st_line.partner_id.id) or
19 False),
20@@ -566,7 +566,6 @@
21 account_move_line_obj.create(cr, uid, {
22 'name': st_line.name,
23 'date': st_line.date,
24- 'ref': st_line.ref,
25 'move_id': move_id,
26 'partner_id': (((st_line.partner_id) and st_line.partner_id.id) or
27 False),

Subscribers

People subscribed via source and target branches