Merge pull request #27437 from frappe-pr-bot/backport/version-13-hotfix/27433

fix: Template Error due to use of single quote
This commit is contained in:
Sagar Vora
2021-09-11 17:59:03 +05:30
committed by GitHub

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",