fix(ux): stock-item filter for Item Code field
This commit is contained in:
parent
a008f5f611
commit
ccdcb7dfcc
@ -17,6 +17,7 @@ frappe.query_reports["Stock Analytics"] = {
|
||||
fieldtype: "Link",
|
||||
options:"Item",
|
||||
default: "",
|
||||
get_query: () => ({filters: { 'is_stock_item': 1 }}),
|
||||
},
|
||||
{
|
||||
fieldname: "value_quantity",
|
||||
|
Loading…
x
Reference in New Issue
Block a user