refactor: remove unrelated filters from Supplier Ledger Summary
Territory, Sales Partner and Sales Person doesn't belong in Supplier Ledger
This commit is contained in:
parent
89229d9b58
commit
a0484793c3
@ -63,24 +63,6 @@ frappe.query_reports["Supplier Ledger Summary"] = {
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"options": "Payment Terms Template"
|
"options": "Payment Terms Template"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname":"territory",
|
|
||||||
"label": __("Territory"),
|
|
||||||
"fieldtype": "Link",
|
|
||||||
"options": "Territory"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fieldname":"sales_partner",
|
|
||||||
"label": __("Sales Partner"),
|
|
||||||
"fieldtype": "Link",
|
|
||||||
"options": "Sales Partner"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fieldname":"sales_person",
|
|
||||||
"label": __("Sales Person"),
|
|
||||||
"fieldtype": "Link",
|
|
||||||
"options": "Sales Person"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname":"tax_id",
|
"fieldname":"tax_id",
|
||||||
"label": __("Tax Id"),
|
"label": __("Tax Id"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user