fix: json issue

This commit is contained in:
sonali 2022-12-21 14:02:54 +05:30
parent 6b5276398e
commit 81e5f71172

View File

@ -11,6 +11,9 @@
"bank_statement_from_date",
"bank_statement_to_date",
"column_break_2",
"filtered_by_reference_date",
"from_reference_date",
"to_reference_date",
"account_opening_balance",
"bank_statement_closing_balance",
"section_break_1",
@ -81,8 +84,9 @@
},
{
"fieldname": "no_bank_transactions",
"fieldtype": "HTML"
}
"fieldtype": "HTML",
"options": "<div class=\"text-muted text-center\">No Matching Bank Transactions Found</div>"
},
{
"depends_on": "eval:doc.filtered_by_reference_date",
"fieldname": "from_reference_date",
@ -106,7 +110,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2021-04-21 11:13:49.831769",
"modified": "2022-12-03 15:40:05.330083",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Bank Reconciliation Tool",
@ -125,5 +129,6 @@
],
"quick_entry": 1,
"sort_field": "modified",
"sort_order": "DESC"
"sort_order": "DESC",
"states": []
}