description in stock level

This commit is contained in:
Rushabh Mehta 2013-01-21 18:48:26 +05:30
parent 6dd9d4583d
commit a495b86848

View File

@ -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,