Update payment_made_with_ageing.py

This commit is contained in:
Nabin Hait
2013-11-27 12:05:32 +05:30
parent a967100990
commit a07a5084c1

View File

@@ -21,7 +21,7 @@ def execute(filters=None):
d.debit, d.credit, d.cheque_no, d.cheque_date, d.remark] d.debit, d.credit, d.cheque_no, d.cheque_date, d.remark]
if d.against_voucher: if d.against_voucher:
row += get_ageing_data(against_voucher_date, d.posting_date, d.debit or -1*d.credit) row += get_ageing_data(d.posting_date, against_voucher_date, d.debit or -1*d.credit)
else: else:
row += ["", "", "", "", ""] row += ["", "", "", "", ""]