mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Refs #74 -- Hide retry button if the ticket is sold out
This commit is contained in:
@@ -1618,7 +1618,7 @@ class Order(Versionable):
|
||||
error_messages = {
|
||||
'unavailable': _('Some of the ordered products were no longer available.'),
|
||||
'busy': _('We were not able to process the request completely as the '
|
||||
'server was too busy. Please try again.'),
|
||||
'server was too busy.'),
|
||||
}
|
||||
positions = list(self.positions.all().select_related(
|
||||
'item', 'variation'
|
||||
|
||||
Reference in New Issue
Block a user