mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 12:39:18 +00:00
codacy fixes
This commit is contained in:
committed by
Rohit Waghchaure
parent
309913bbdf
commit
c8e64235c0
@@ -12,9 +12,7 @@ frappe.ui.form.on('Import Supplier Invoice', {
|
|||||||
|
|
||||||
frm.set_query("tax_account", function() {
|
frm.set_query("tax_account", function() {
|
||||||
return {
|
return {
|
||||||
filters: {
|
filters: { account_type: 'Tax' }
|
||||||
account_type: 'Tax'
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user