mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
Merge pull request #49770 from rohitwaghchaure/fixed-removed-print-statement
chore: removed print statement
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user