Add new Select to filters

This commit is contained in:
tundebabzy
2018-01-18 11:48:01 +01:00
parent 570e29d5e7
commit 55fe8d9987

View File

@@ -105,6 +105,12 @@ frappe.query_reports["General Ledger"] = {
"fieldname":"group_by_account",
"label": __("Group by Account"),
"fieldtype": "Check",
},
{
"fieldname": "presentation_currency",
"label": __("Currency"),
"fieldtype": "Select",
"options": "NGN\nINR\nUSD"
}
]
}