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