mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
code improvement
This commit is contained in:
committed by
Rohit Waghchaure
parent
c8e64235c0
commit
90f170c376
@@ -9,7 +9,8 @@ frappe.ui.form.on('Import Supplier Invoice', {
|
|||||||
window.setTimeout(title => frm.dashboard.hide_progress(title), 1500, data.title);
|
window.setTimeout(title => frm.dashboard.hide_progress(title), 1500, data.title);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
},
|
||||||
|
setup: function(frm) {
|
||||||
frm.set_query("tax_account", function() {
|
frm.set_query("tax_account", function() {
|
||||||
return {
|
return {
|
||||||
filters: { account_type: 'Tax' }
|
filters: { account_type: 'Tax' }
|
||||||
|
|||||||
Reference in New Issue
Block a user