fix: Linting issues

(cherry picked from commit ff570f48a0ba56925528eb8696b8b7d862252d8f)
This commit is contained in:
Deepesh Garg 2021-10-02 20:46:20 +05:30 committed by mergify-bot
parent 237b1a91de
commit f109f6fd16

View File

@ -152,7 +152,7 @@ var validate_coa = function(frm) {
frm.page['show_import_button'] = Boolean(r.message['show_import_button']); frm.page['show_import_button'] = Boolean(r.message['show_import_button']);
} }
} }
}) });
} }
}; };