Skip to content

Commit

Permalink
test: Depricate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deepeshgarg007 committed Oct 23, 2023
1 parent 5f788e4 commit 4bc7ea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/controllers/stock_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ def set_rate_of_stock_uom(self):
def validate_internal_transfer(self):
if self.doctype in ("Sales Invoice", "Delivery Note", "Purchase Invoice", "Purchase Receipt"):
if self.is_internal_transfer():
print("Inininininin")
self.validate_in_transit_warehouses()
self.validate_multi_currency()
self.validate_packed_items()
Expand Down

0 comments on commit 4bc7ea7

Please sign in to comment.