switch to tabs

This commit is contained in:
bhupeshg2 2015-04-15 22:29:45 +05:30
parent e2e973f7be
commit 3f59615555

View File

@ -21,7 +21,7 @@ frappe.query_reports["Bank Clearance Summary"] = {
"label": __("Bank Account"), "label": __("Bank Account"),
"fieldtype": "Link", "fieldtype": "Link",
"options": "Account", "options": "Account",
"reqd": 1, "reqd": 1,
"get_query": function() { "get_query": function() {
return { return {
"query": "erpnext.controllers.queries.get_account_list", "query": "erpnext.controllers.queries.get_account_list",