diff --git a/src/tixlcontrol/views/forms.py b/src/tixlcontrol/views/forms.py index 06ede6003..89104506d 100644 --- a/src/tixlcontrol/views/forms.py +++ b/src/tixlcontrol/views/forms.py @@ -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: