mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +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)
|
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)
|
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):
|
def set_gl_entries_for_landed_cost_voucher(self, gl_entries, warehouse_account):
|
||||||
landed_cost_entries = self.get_item_account_wise_lcv_entries()
|
landed_cost_entries = self.get_item_account_wise_lcv_entries()
|
||||||
|
|||||||
Reference in New Issue
Block a user