Code review comment for lp:~therp-nl/ocb-addons/6.1-lp1210524-aged_partner_balance_reconciations_off_by_one_day

Revision history for this message
Holger Brunn (Therp) (hbrunn) wrote :

I'd suggest using postgres' arithmetic:
WHERE recon.create_date >= %s::timestamp + '1day'::interval

review: Needs Fixing

« Back to merge proposal