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.

-- 
Mailing list: https://launchpad.net/~account-payment-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~account-payment-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to