[fix] [filter] for general ledger

This commit is contained in:
Rushabh Mehta 2015-07-13 10:23:41 +05:30
parent 7b0f1ffb2d
commit f3b0b95b15

View File

@ -54,8 +54,8 @@ frappe.query_reports["General Ledger"] = {
"fieldname":"party_type",
"label": __("Party Type"),
"fieldtype": "Select",
"options": ["Customer", "Supplier"],
"default": "Customer"
"options": ["", "Customer", "Supplier"],
"default": ""
},
{
"fieldname":"party",