mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
chore: fix conflicts
This commit is contained in:
@@ -98,14 +98,8 @@ class StockBalanceReport(object):
|
|||||||
|
|
||||||
_func = itemgetter(1)
|
_func = itemgetter(1)
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
self.item_warehouse_map = self.get_item_warehouse_map()
|
|
||||||
=======
|
|
||||||
del self.sle_entries
|
del self.sle_entries
|
||||||
|
|
||||||
sre_details = self.get_sre_reserved_qty_details()
|
|
||||||
>>>>>>> b70f3de16b (perf: memory consumption for the stock balance report (#39626))
|
|
||||||
|
|
||||||
variant_values = {}
|
variant_values = {}
|
||||||
if self.filters.get("show_variant_attributes"):
|
if self.filters.get("show_variant_attributes"):
|
||||||
variant_values = self.get_variant_values_for()
|
variant_values = self.get_variant_values_for()
|
||||||
|
|||||||
Reference in New Issue
Block a user