[fix] [minor] stock balance report for serialized item

This commit is contained in:
Nabin Hait
2013-11-15 13:38:23 +05:30
parent c10621a5be
commit e505fbea54
4 changed files with 18 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ erpnext.StockBalance = erpnext.StockAnalytics.extend({
this._super(wrapper, {
title: "Stock Balance",
doctypes: ["Item", "Item Group", "Warehouse", "Stock Ledger Entry", "Brand",
"Stock Entry", "Project"],
"Stock Entry", "Project", "Serial No"],
});
},
setup_columns: function() {