mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 01:14:46 +00:00
[stock ageing][fixes] for serialized items
This commit is contained in:
@@ -95,6 +95,8 @@ erpnext.StockAgeing = erpnext.StockGridReport.extend({
|
|||||||
|
|
||||||
this.data = [].concat(this._data);
|
this.data = [].concat(this._data);
|
||||||
|
|
||||||
|
this.serialized_buying_rates = this.get_serialized_buying_rates();
|
||||||
|
|
||||||
$.each(this.data, function(i, d) {
|
$.each(this.data, function(i, d) {
|
||||||
me.reset_item_values(d);
|
me.reset_item_values(d);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user