fix filter_to_supermarket setting

This commit is contained in:
smilerz
2021-12-21 13:53:16 -06:00
parent 42132568c4
commit c785b590a1
3 changed files with 4 additions and 6 deletions

View File

@@ -480,7 +480,7 @@ class ShoppingPreferenceForm(forms.ModelForm):
fields = (
'shopping_share', 'shopping_auto_sync', 'mealplan_autoadd_shopping', 'mealplan_autoexclude_onhand',
'mealplan_autoinclude_related', 'default_delay', 'filter_to_supermarket', 'shopping_recent_days', 'csv_delim'
'mealplan_autoinclude_related', 'default_delay', 'filter_to_supermarket', 'shopping_recent_days', 'csv_delim', 'csv_prefix'
)
help_texts = {