Merge pull request #49770 from rohitwaghchaure/fixed-removed-print-statement

chore: removed print statement
This commit is contained in:
rohitwaghchaure
2025-09-29 12:02:03 +05:30
committed by GitHub

View File

@@ -736,7 +736,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