payment terms filter in AR Summary report (#12529)
This commit is contained in:
parent
a7bcf6791e
commit
f1b098e03c
@ -23,10 +23,10 @@ frappe.query_reports["Accounts Receivable Summary"] = {
|
|||||||
"options": "Customer Group"
|
"options": "Customer Group"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname":"credit_days_based_on",
|
"fieldname":"payment_terms_template",
|
||||||
"label": __("Credit Days Based On"),
|
"label": __("Payment Terms Template"),
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Link",
|
||||||
"options": "\nFixed Days\nLast Day of the Next Month"
|
"options": "Payment Terms Template"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldtype": "Break",
|
"fieldtype": "Break",
|
||||||
|
Loading…
Reference in New Issue
Block a user