mirror of
https://github.com/pretix/pretix.git
synced 2026-08-14 11:26:26 +00:00
Fix wrong keyword argument
This commit is contained in:
@@ -320,7 +320,7 @@ class VariationsField(forms.ModelMultipleChoiceField):
|
||||
var.values.add(
|
||||
PropertyValue.objects.get(
|
||||
pk=value,
|
||||
prop_pk=prop
|
||||
prop_id=prop
|
||||
)
|
||||
)
|
||||
except PropertyValue.DoesNotExist:
|
||||
|
||||
Reference in New Issue
Block a user