Accounts receivable aging based on supplier due date (#13801)
This commit is contained in:
committed by
Nabin Hait
parent
7e8a7ac6ee
commit
805f09a3fe
@@ -32,7 +32,7 @@ frappe.query_reports["Accounts Payable"] = {
|
||||
"fieldname":"ageing_based_on",
|
||||
"label": __("Ageing Based On"),
|
||||
"fieldtype": "Select",
|
||||
"options": 'Posting Date\nDue Date',
|
||||
"options": 'Posting Date\nDue Date\nSupplier Invoice Date',
|
||||
"default": "Posting Date"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user