mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
Merge pull request #49772 from frappe/mergify/bp/version-15-hotfix/pr-49770
chore: removed print statement (backport #49770)
This commit is contained in:
@@ -732,7 +732,6 @@ class update_entries_after:
|
|||||||
elif dependant_sle.voucher_type == "Stock Entry" and is_transfer_stock_entry(
|
elif dependant_sle.voucher_type == "Stock Entry" and is_transfer_stock_entry(
|
||||||
dependant_sle.voucher_no
|
dependant_sle.voucher_no
|
||||||
):
|
):
|
||||||
print(dependant_sle.voucher_no)
|
|
||||||
self.distinct_item_warehouses[key] = val
|
self.distinct_item_warehouses[key] = val
|
||||||
self.new_items_found = True
|
self.new_items_found = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user