Merge pull request #49772 from frappe/mergify/bp/version-15-hotfix/pr-49770

chore: removed print statement (backport #49770)
This commit is contained in:
rohitwaghchaure
2025-09-29 13:06:44 +05:30
committed by GitHub

View File

@@ -732,7 +732,6 @@ class update_entries_after:
elif dependant_sle.voucher_type == "Stock Entry" and is_transfer_stock_entry(
dependant_sle.voucher_no
):
print(dependant_sle.voucher_no)
self.distinct_item_warehouses[key] = val
self.new_items_found = True