← Back to team overview

account-payment-team team mailing list archive

Re: lp:~pedro.baeza/account-payment/6.1-payment-extension_context-handling into lp:account-payment

 

Review: Needs Fixing

Hello,

A little error in account_payment_extension/wizard/account_payment_order.py (line 88)

domain = [('reconcile_id', '=', False), ('account_id.type', '=', payment.type)]#,('amount_to_pay', '<>', 0)]

should be 

domain = [('reconcile_id', '=', False), ('account_id.type', '=', payment.type)]),('amount_to_pay', '<>', 0)]
-- 
https://code.launchpad.net/~pedro.baeza/account-payment/6.1-payment-extension_context-handling/+merge/185239
Your team Account Payment is requested to review the proposed merge of lp:~pedro.baeza/account-payment/6.1-payment-extension_context-handling into lp:account-payment.


References