fix(ux): stock-item filter for Item Code field

This commit is contained in:
s-aga-r 2023-12-04 11:58:44 +05:30
parent a008f5f611
commit ccdcb7dfcc

View File

@ -17,6 +17,7 @@ frappe.query_reports["Stock Analytics"] = {
fieldtype: "Link",
options:"Item",
default: "",
get_query: () => ({filters: { 'is_stock_item': 1 }}),
},
{
fieldname: "value_quantity",