Skip to content

Commit

Permalink
fixup! fixup! Add shopfloor_location_package_restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Oct 13, 2023
1 parent 65d4134 commit 7dd4e47
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions shopfloor/actions/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ def location_requires_package(self):
),
}

def location_has_restrictions(self):
return {
"message_type": "warning",
"body": _(
"This location has restrictions. It requires a package and may have "
"some limit on package quantity."
),
}

def already_running_ask_confirmation(self):
return {
"message_type": "warning",
Expand Down

0 comments on commit 7dd4e47

Please sign in to comment.