Fix wrong keyword argument

This commit is contained in:
Raphael Michel
2014-10-17 22:26:48 +02:00
parent 072856a7cc
commit 4f368a4661
+1 -1
View File
@@ -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: