Merge pull request #2536 from nabinhait/fix1

Fixes in Stock Analytics
This commit is contained in:
Nabin Hait 2014-12-30 16:35:57 +05:30
commit 5529f14aaf

View File

@ -108,6 +108,7 @@ erpnext.StockAnalytics = erpnext.StockGridReport.extend({
// otherwise, only reset values
$.each(this.data, function(i, d) {
me.reset_item_values(d);
d["closing_qty_value"] = 0;
});
}