mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
fix(ux): stock-item filter for Item Code field
This commit is contained in:
@@ -17,6 +17,7 @@ frappe.query_reports["Stock Analytics"] = {
|
|||||||
fieldtype: "Link",
|
fieldtype: "Link",
|
||||||
options:"Item",
|
options:"Item",
|
||||||
default: "",
|
default: "",
|
||||||
|
get_query: () => ({filters: { 'is_stock_item': 1 }}),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "value_quantity",
|
fieldname: "value_quantity",
|
||||||
|
|||||||
Reference in New Issue
Block a user