fix: Template Error due to use of single quote (#27433)

(cherry picked from commit dae0a1c1d6)
This commit is contained in:
Sagar Vora
2021-09-11 17:54:21 +05:30
committed by frappe-pr-bot
parent becf471a3a
commit 0ecaf23722

View File

@@ -227,7 +227,7 @@ erpnext.accounts.bank_reconciliation.DialogManager = class DialogManager {
{
fieldtype: "HTML",
fieldname: "no_matching_vouchers",
options: "<div class='text-muted text-center'>No Matching Vouchers Found</div>"
options: "<div class=\"text-muted text-center\">No Matching Vouchers Found</div>"
},
{
fieldtype: "Section Break",