fix: payment entry count on supplier dashboard (#37571)
This commit is contained in:
parent
2851a41310
commit
10311ff114
@ -8,7 +8,7 @@ def get_data():
|
|||||||
"This is based on transactions against this Supplier. See timeline below for details"
|
"This is based on transactions against this Supplier. See timeline below for details"
|
||||||
),
|
),
|
||||||
"fieldname": "supplier",
|
"fieldname": "supplier",
|
||||||
"non_standard_fieldnames": {"Payment Entry": "party_name", "Bank Account": "party"},
|
"non_standard_fieldnames": {"Payment Entry": "party", "Bank Account": "party"},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{"label": _("Procurement"), "items": ["Request for Quotation", "Supplier Quotation"]},
|
{"label": _("Procurement"), "items": ["Request for Quotation", "Supplier Quotation"]},
|
||||||
{"label": _("Orders"), "items": ["Purchase Order", "Purchase Receipt", "Purchase Invoice"]},
|
{"label": _("Orders"), "items": ["Purchase Order", "Purchase Receipt", "Purchase Invoice"]},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user