Merge lp:~gs.clearcorp/openobject-addons/7.0-ccorp into lp:~clearcorp-drivers/openobject-addons/7.0-ccorp

Proposed by Glen Sojo
Status: Merged
Merged at revision: 9976
Proposed branch: lp:~gs.clearcorp/openobject-addons/7.0-ccorp
Merge into: lp:~clearcorp-drivers/openobject-addons/7.0-ccorp
Diff against target: 12 lines (+2/-0)
1 file modified
account_voucher/account_voucher.py (+2/-0)
To merge this branch: bzr merge lp:~gs.clearcorp/openobject-addons/7.0-ccorp
Reviewer Review Type Date Requested Status
ClearCorp drivers Pending
Review via email: mp+245204@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 'account_voucher/account_voucher.py'
--- account_voucher/account_voucher.py 2014-04-23 07:01:39 +0000
+++ account_voucher/account_voucher.py 2014-12-19 15:43:53 +0000
@@ -957,6 +957,8 @@
957 # refresh to make sure you don't unlink an already removed move957 # refresh to make sure you don't unlink an already removed move
958 voucher.refresh()958 voucher.refresh()
959 for line in voucher.move_ids:959 for line in voucher.move_ids:
960 # refresh to make sure you don't unreconcile an already unreconciled entry
961 line.refresh()
960 if line.reconcile_id:962 if line.reconcile_id:
961 move_lines = [move_line.id for move_line in line.reconcile_id.line_id]963 move_lines = [move_line.id for move_line in line.reconcile_id.line_id]
962 move_lines.remove(line.id)964 move_lines.remove(line.id)

Subscribers

People subscribed via source and target branches

to all changes: