chore: fix conflicts

This commit is contained in:
rohitwaghchaure
2025-08-03 16:21:45 +05:30
committed by GitHub
parent af7dc363e1
commit 67b95c4abf

View File

@@ -1648,13 +1648,9 @@ class StockEntry(StockController):
)
)
<<<<<<< HEAD
self.set_gl_entries_for_landed_cost_voucher(gl_entries, warehouse_account)
return process_gl_map(gl_entries)
=======
return process_gl_map(gl_entries, from_repost=frappe.flags.through_repost_item_valuation)
>>>>>>> a96fa55704 (perf: process_gl_map causing performance issues in the reposting)
def set_gl_entries_for_landed_cost_voucher(self, gl_entries, warehouse_account):
landed_cost_entries = self.get_item_account_wise_lcv_entries()