Skip to content

Commit

Permalink
Revert "chore: item validation added in the Pick list (#1346)" (#1357)
Browse files Browse the repository at this point in the history
This reverts commit bcf8214.
  • Loading branch information
hrwX authored Jun 4, 2021
1 parent cded519 commit 00eb72c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/stock/doctype/pick_list/pick_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ def create_stock_entry(self):
if location.package_tag:
stock_entry = update_stock_entry_items_for_target(location, stock_entry)
stock_entry.set_stock_entry_type()
stock_entry.validate_item()
stock_entry.set_incoming_rate()
stock_entry.set_actual_qty()
stock_entry.calculate_rate_and_amount(update_finished_item_rate=False)
Expand Down

0 comments on commit 00eb72c

Please sign in to comment.