mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
[enhancement] default warehouse not mandatory in time, re-order level and re-order qty must always be set per warehosue
This commit is contained in:
@@ -46,8 +46,7 @@ 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",
|
||||
"re_order_level", "re_order_qty"],
|
||||
"item_group as parent_item_group", "stock_uom", "brand", "valuation_method"],
|
||||
# "conditions": ["docstatus < 2"],
|
||||
"order_by": "name",
|
||||
"links": {
|
||||
|
||||
Reference in New Issue
Block a user