mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 07:29:22 +00:00
Add new Select to filters
This commit is contained in:
@@ -105,6 +105,12 @@ frappe.query_reports["General Ledger"] = {
|
|||||||
"fieldname":"group_by_account",
|
"fieldname":"group_by_account",
|
||||||
"label": __("Group by Account"),
|
"label": __("Group by Account"),
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "presentation_currency",
|
||||||
|
"label": __("Currency"),
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"options": "NGN\nINR\nUSD"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user