codacy fixes

This commit is contained in:
hello@openetech.com 2019-10-19 08:05:05 +05:30 committed by Rohit Waghchaure
parent 309913bbdf
commit c8e64235c0

View File

@ -12,9 +12,7 @@ frappe.ui.form.on('Import Supplier Invoice', {
frm.set_query("tax_account", function() {
return {
filters: {
account_type: 'Tax'
}
filters: { account_type: 'Tax' }
};
});
}