Merge pull request #51933 from frappe/mergify/bp/version-16-hotfix/pr-51930

Revert "perf: prevent duplicate reposting for the same item" (backport #51930)
This commit is contained in:
rohitwaghchaure
2026-01-20 20:05:41 +05:30
committed by GitHub

View File

@@ -758,8 +758,7 @@ class update_entries_after:
self.distinct_item_warehouses[key] = val
self.new_items_found = True
elif (
self.via_landed_cost_voucher
and dependant_sle.actual_qty > 0
dependant_sle.actual_qty > 0
and dependant_sle.voucher_type == "Stock Entry"
and is_transfer_stock_entry(dependant_sle.voucher_no)
):