[fix] [filter] for general ledger
This commit is contained in:
parent
7b0f1ffb2d
commit
f3b0b95b15
@ -54,8 +54,8 @@ frappe.query_reports["General Ledger"] = {
|
|||||||
"fieldname":"party_type",
|
"fieldname":"party_type",
|
||||||
"label": __("Party Type"),
|
"label": __("Party Type"),
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"options": ["Customer", "Supplier"],
|
"options": ["", "Customer", "Supplier"],
|
||||||
"default": "Customer"
|
"default": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname":"party",
|
"fieldname":"party",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user