forked from CGM_Public/pretix_original
Fixed two failing tests
This commit is contained in:
@@ -163,6 +163,8 @@ In our example, the implementation could look like this::
|
||||
var_restrictions.append(restriction)
|
||||
|
||||
if not var_restrictions:
|
||||
v['available'] = True
|
||||
v['price'] = None
|
||||
continue
|
||||
|
||||
# If this point is reached, there ARE time restrictions for this item
|
||||
|
||||
Reference in New Issue
Block a user