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