mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 14:08:29 +00:00
reorder level and qty added in stock level report
This commit is contained in:
@@ -61,7 +61,8 @@ data_map = {
|
||||
# Stock
|
||||
"Item": {
|
||||
"columns": ["name", "if(item_name=name, '', item_name) as item_name", "description",
|
||||
"item_group as parent_item_group", "stock_uom", "brand", "valuation_method"],
|
||||
"item_group as parent_item_group", "stock_uom", "brand", "valuation_method",
|
||||
"re_order_level", "re_order_qty"],
|
||||
# "conditions": ["docstatus < 2"],
|
||||
"order_by": "name",
|
||||
"links": {
|
||||
|
||||
Reference in New Issue
Block a user