mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix: Linting fixes
This commit is contained in:
@@ -38,11 +38,11 @@ frappe.ui.form.on('Chart of Accounts Importer', {
|
|||||||
if (frm.doc.template_type == 'Sample Template') {
|
if (frm.doc.template_type == 'Sample Template') {
|
||||||
frm.set_df_property('template_type', 'description',
|
frm.set_df_property('template_type', 'description',
|
||||||
`The Sample Template contains all the required accounts pre filled in the template.
|
`The Sample Template contains all the required accounts pre filled in the template.
|
||||||
You can add more accounts or change existing accounts in the template as per your choice.`)
|
You can add more accounts or change existing accounts in the template as per your choice.`);
|
||||||
} else {
|
} else {
|
||||||
frm.set_df_property('template_type', 'description',
|
frm.set_df_property('template_type', 'description',
|
||||||
`The Blank Template contains just the account type and root type required to build the Chart
|
`The Blank Template contains just the account type and root type required to build the Chart
|
||||||
of Accounts. Please enter the account names and add more rows as per your requirement.`)
|
of Accounts. Please enter the account names and add more rows as per your requirement.`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user