mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
Update accounts_payable.py
This commit is contained in:
@@ -54,7 +54,7 @@ def execute(filters=None):
|
|||||||
else:
|
else:
|
||||||
ageing_based_on_date = gle.posting_date
|
ageing_based_on_date = gle.posting_date
|
||||||
|
|
||||||
row += get_ageing_data(ageing_based_on_date, age_on, outstanding_amount)
|
row += get_ageing_data(age_on, ageing_based_on_date, outstanding_amount)
|
||||||
data.append(row)
|
data.append(row)
|
||||||
|
|
||||||
return columns, data
|
return columns, data
|
||||||
|
|||||||
Reference in New Issue
Block a user