|
@@ -200,7 +200,7 @@ class PriceCheck(FocusWidget):
|
|
|
'price': AutoCompleteFloatEdit(('bg', 'price')),
|
|
|
}
|
|
|
self.checkboxes = {
|
|
|
- 'organic': NoTabCheckBox(('bg', "Organic"), state='mixed'),
|
|
|
+ 'organic': NoTabCheckBox(('bg', "Organic"), state='mixed', has_mixed=True),
|
|
|
}
|
|
|
self.text_fields = dict((
|
|
|
(k, Text('')) for k in ('dbview', 'spread', 'rating', 'marker')
|