mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-20 03:47:11 +00:00
removed Is Sales Item and Is Purchase Item
This commit is contained in:
@@ -49,8 +49,7 @@ erpnext.crm.Opportunity = frappe.ui.form.Controller.extend({
|
||||
|
||||
this.frm.set_query("item_code", "items", function() {
|
||||
return {
|
||||
query: "erpnext.controllers.queries.item_query",
|
||||
filters: {"is_sales_item": 1}
|
||||
query: "erpnext.controllers.queries.item_query"
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user