fix: Remove cost center query from doctypes

This commit is contained in:
Deepesh Garg
2020-11-15 22:44:39 +05:30
parent 6e5748e2a3
commit f916bc048f
12 changed files with 3 additions and 106 deletions

View File

@@ -31,14 +31,6 @@ frappe.ui.form.on('Asset', {
}
};
});
frm.set_query("cost_center", function() {
return {
"filters": {
"company": frm.doc.company,
}
};
});
},
setup: function(frm) {