Fixes bug in Radio Buttons products form.

Fixes #69.
This commit is contained in:
Christopher Neugebauer 2016-09-04 14:31:21 +10:00
parent b8cfb57269
commit 0601470006

View file

@ -208,7 +208,6 @@ class _RadioButtonProductsForm(_ProductsForm):
yield ( yield (
choice_value, choice_value,
1 if ours == choice_value else 0, 1 if ours == choice_value else 0,
self.FIELD,
) )
def add_product_error(self, product, error): def add_product_error(self, product, error):