mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
Variant report (#11618)
* Item Variant Details Report * remove queries from inside for loop * make attribute value map * Update item_variant_details.py
This commit is contained in:
committed by
Nabin Hait
parent
d81e9f30dd
commit
744ff0010b
@@ -268,6 +268,12 @@ def get_data():
|
||||
"name": "Itemwise Recommended Reorder Level",
|
||||
"doctype": "Item"
|
||||
},
|
||||
{
|
||||
"type": "report",
|
||||
"is_query_report": True,
|
||||
"name": "Item Variant Details",
|
||||
"doctype": "Item"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user