← Back to team overview

account-payment-team team mailing list archive

Re: [Merge] lp:~mikel-martin/account-payment/6.1-fix-1199076 into lp:account-payment

 

Review: Needs Information

Hi, Mikel,

Indeed, this bug is very annoying, but I have found one problem in the SQL statement. In the line

left join account_move_line r on l.reconcile_id=r.reconcile_id and l.id<>l.id '

it compares l.id with l.id instead of l.id with r.id.

For the rest, I'm not sure what is the original purpose of this piece of code. Can you explain to me to be able to give a proper review?

Anyways, thanks for the patch :)
-- 
https://code.launchpad.net/~mikel-martin/account-payment/6.1-fix-1199076/+merge/173833
Your team Account Payment is subscribed to branch lp:account-payment.


References