Fixes in Stock Analytics
This commit is contained in:
parent
7d8fa8089a
commit
54c31b498b
@ -108,6 +108,7 @@ erpnext.StockAnalytics = erpnext.StockGridReport.extend({
|
|||||||
// otherwise, only reset values
|
// otherwise, only reset values
|
||||||
$.each(this.data, function(i, d) {
|
$.each(this.data, function(i, d) {
|
||||||
me.reset_item_values(d);
|
me.reset_item_values(d);
|
||||||
|
d["closing_qty_value"] = 0;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user