mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
[fix] [filter] for general ledger
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user