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:
|
else:
|
||||||
voucher = None
|
voucher = None
|
||||||
|
|
||||||
|
if not key.startswith('item_') and not key.startswith('variation_'):
|
||||||
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
amount = int(value)
|
amount = int(value)
|
||||||
except ValueError:
|
except ValueError:
|
||||||
|
|||||||
Reference in New Issue
Block a user