mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 20:35:09 +00:00
description in stock level
This commit is contained in:
@@ -200,6 +200,7 @@ erpnext.StockLevel = erpnext.StockGridReport.extend({
|
||||
var row = {
|
||||
item_code: item_code,
|
||||
warehouse: warehouse,
|
||||
description: item.description,
|
||||
brand: item.brand,
|
||||
item_name: item.item_name || item.name,
|
||||
uom: item.stock_uom,
|
||||
|
||||
Reference in New Issue
Block a user