← Back to team overview

banking-addons-team team mailing list archive

Re: lp:~camptocamp/banking-addons/bank-statement-reconcile-70-transaction_ref into lp:banking-addons/bank-statement-reconcile-70

 

Review: Needs Information

What is the need for the 'transaction_ref' field? Why the normal 'ref' cannot be used?


181	+ yield ('ref', move_line['transaction_ref'] or ''.lower().strip()) 
.lower().strip() should apply on the (move_line['transaction_ref'] or ''), not on '' ;-)


-- 
https://code.launchpad.net/~camptocamp/banking-addons/bank-statement-reconcile-70-transaction_ref/+merge/179891
Your team Banking Addons Core Editors is subscribed to branch lp:banking-addons/bank-statement-reconcile-70.


References