fix codacy issues
This commit is contained in:
parent
5fadd355df
commit
309913bbdf
@ -11,11 +11,11 @@ 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'
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
Loading…
x
Reference in New Issue
Block a user