Merge lp:~therp-nl/banking-addons/6.1-dev-interactive-fix-partial-unreconcile into lp:~banking-addons-team/banking-addons/6.1-dev
Proposed by
Stefan Rijnhart (Opener)
Status: | Superseded |
---|---|
Proposed branch: | lp:~therp-nl/banking-addons/6.1-dev-interactive-fix-partial-unreconcile |
Merge into: | lp:~banking-addons-team/banking-addons/6.1-dev |
Diff against target: |
53 lines (+25/-5) 1 file modified
account_banking/banking_import_transaction.py (+25/-5) |
To merge this branch: | bzr merge lp:~therp-nl/banking-addons/6.1-dev-interactive-fix-partial-unreconcile |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
James Jesudason | Pending | ||
Review via email:
|
Description of the change
This branch fixes an attempt to copy() a list. In addition, a logical error was fixed in the related code path of partial unreconciliation.
To post a comment you must log in.
Unmerged revisions
- 113. By Stefan Rijnhart (Opener)
-
[FIX] Partial unreconcile exception and logical error
I've not merged this as yet as I think that these methods are no longer called. Since the account.voucher is handling partial and full reconciliation, I'm not sure that we'll need these methods. Once you get to testing the 6.1dev branch in more detail, perhaps you could check to see if this is still necessary.