mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 03:28:32 +00:00
fix: more sider fixes
This commit is contained in:
@@ -10,7 +10,7 @@ frappe.ui.form.on('South Africa VAT Settings', {
|
||||
}
|
||||
};
|
||||
});
|
||||
frm.set_query("account", "vat_accounts", function(doc, cdt, cdn) {
|
||||
frm.set_query("account", "vat_accounts", function() {
|
||||
return {
|
||||
filters: {
|
||||
company: frm.doc.company,
|
||||
|
||||
Reference in New Issue
Block a user