fix codacy issues

This commit is contained in:
hello@openetech.com 2019-10-19 07:23:22 +05:30 committed by Rohit Waghchaure
parent 5fadd355df
commit 309913bbdf

View File

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