mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
fix in get_value_diff of stock grid report: case for serialized items
This commit is contained in:
@@ -155,6 +155,7 @@ erpnext.StockLedger = erpnext.StockGridReport.extend({
|
||||
|
||||
// initialize warehouse-item map
|
||||
this.item_warehouse = {};
|
||||
this.serialized_buying_rates = this.get_serialized_buying_rates();
|
||||
var from_datetime = dateutil.str_to_obj(me.from_date + " 00:00:00");
|
||||
var to_datetime = dateutil.str_to_obj(me.to_date + " 23:59:59");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user