forked from CGM_Public/pretix_original
Fixed a problem with custom prices introduced in 4fa631a
This commit is contained in:
@@ -57,6 +57,9 @@ class CartActionMixin:
|
||||
else:
|
||||
voucher = None
|
||||
|
||||
if not key.startswith('item_') and not key.startswith('variation_'):
|
||||
continue
|
||||
|
||||
try:
|
||||
amount = int(value)
|
||||
except ValueError:
|
||||
|
||||
Reference in New Issue
Block a user