[fix] [minor] stock related reports fixed for serialized item

This commit is contained in:
Akhilesh Darjee
2013-11-18 12:16:48 +05:30
parent 0b3a8477b0
commit 6ca0548231
5 changed files with 10 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ erpnext.StockLevel = erpnext.StockGridReport.extend({
parent: $(wrapper).find('.layout-main'),
appframe: wrapper.appframe,
doctypes: ["Item", "Warehouse", "Stock Ledger Entry", "Production Order",
"Material Request Item", "Purchase Order Item", "Sales Order Item", "Brand"],
"Material Request Item", "Purchase Order Item", "Sales Order Item", "Brand", "Serial No"],
});
this.wrapper.bind("make", function() {