mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-03 02:25:00 +00:00
chore: fix conflicts
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user