mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-27 08:34:42 +00:00
fix: do reposting of first transfer entry based on item-wh combination
(cherry picked from commit 2f25b445ab)
# Conflicts:
# erpnext/stock/stock_ledger.py
This commit is contained in:
committed by
Mergify
parent
6e35b6b6b3
commit
85c509ea69
@@ -496,7 +496,14 @@ class update_entries_after:
|
|||||||
elif dependant_sle.voucher_type == "Stock Entry" and is_transfer_stock_entry(
|
elif dependant_sle.voucher_type == "Stock Entry" and is_transfer_stock_entry(
|
||||||
dependant_sle.voucher_no
|
dependant_sle.voucher_no
|
||||||
):
|
):
|
||||||
|
<<<<<<< HEAD
|
||||||
print(dependant_sle.voucher_no)
|
print(dependant_sle.voucher_no)
|
||||||
|
=======
|
||||||
|
if self.distinct_item_warehouses[key].get("transfer_entry_to_repost"):
|
||||||
|
return
|
||||||
|
|
||||||
|
val["transfer_entry_to_repost"] = True
|
||||||
|
>>>>>>> 2f25b445ab (fix: do reposting of first transfer entry based on item-wh combination)
|
||||||
self.distinct_item_warehouses[key] = val
|
self.distinct_item_warehouses[key] = val
|
||||||
self.new_items_found = True
|
self.new_items_found = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user