mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
fix: Linting Errors
This commit is contained in:
@@ -31,7 +31,7 @@ frappe.ui.form.on('Chart of Accounts Importer', {
|
|||||||
{
|
{
|
||||||
file_type: frm.doc.file_type
|
file_type: frm.doc.file_type
|
||||||
}
|
}
|
||||||
)
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
import_file: function (frm) {
|
import_file: function (frm) {
|
||||||
@@ -93,7 +93,6 @@ var create_import_button = function(frm) {
|
|||||||
freeze: true,
|
freeze: true,
|
||||||
freeze_message: __("Creating Accounts..."),
|
freeze_message: __("Creating Accounts..."),
|
||||||
callback: function(r) {
|
callback: function(r) {
|
||||||
console.log(r, '###########');
|
|
||||||
if(!r.exc) {
|
if(!r.exc) {
|
||||||
clearInterval(frm.page["interval"]);
|
clearInterval(frm.page["interval"]);
|
||||||
frm.page.set_indicator(__('Import Successfull'), 'blue');
|
frm.page.set_indicator(__('Import Successfull'), 'blue');
|
||||||
|
|||||||
Reference in New Issue
Block a user