Merge pull request #50061 from rohitwaghchaure/fixed-support-50717

fix: do reposting of first transfer entry based on item-wh combination
This commit is contained in:
rohitwaghchaure
2025-10-14 12:47:55 +05:30
committed by GitHub

View File

@@ -736,6 +736,10 @@ class update_entries_after:
elif dependant_sle.voucher_type == "Stock Entry" and is_transfer_stock_entry(
dependant_sle.voucher_no
):
if self.distinct_item_warehouses[key].get("transfer_entry_to_repost"):
return
val["transfer_entry_to_repost"] = True
self.distinct_item_warehouses[key] = val
self.new_items_found = True