mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
switch to tabs
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user