Merge lp:~therp-nl/banking-addons/6.1-lp1066826-matching_wizard_on_manual_statements into lp:banking-addons/6.1
Proposed by
Stefan Rijnhart (Opener)
Status: | Merged |
---|---|
Merged at revision: | 145 |
Proposed branch: | lp:~therp-nl/banking-addons/6.1-lp1066826-matching_wizard_on_manual_statements |
Merge into: | lp:banking-addons/6.1 |
Diff against target: |
113 lines (+65/-4) 2 files modified
account_banking/banking_import_transaction.py (+53/-4) account_banking/wizard/banking_transaction_wizard.py (+12/-0) |
To merge this branch: | bzr merge lp:~therp-nl/banking-addons/6.1-lp1066826-matching_wizard_on_manual_statements |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Guewen Baconnier @ Camptocamp | Approve | ||
Review via email:
|
To post a comment you must log in.
Hi,
One error here:
70 + if context = None:
Should be: if context is None
The rest seems fine to me.