diff --git a/app/views/accounting_posts/_form.html.haml b/app/views/accounting_posts/_form.html.haml index ea85efcb6..f0db1aa5f 100644 --- a/app/views/accounting_posts/_form.html.haml +++ b/app/views/accounting_posts/_form.html.haml @@ -34,7 +34,7 @@ = f.labeled_input_field :service_id, span: 5 = f.labeled_input_field :billable, caption: 'Budgetposition ist standardmässig verrechenbar' - if Settings.meal_compensation.active - = f.labeled_input_field :meal_compensation, caption: 'Member hat Anrecht auf Verpflegungsentschädigung' + = f.labeled_input_field :meal_compensation, caption: 'Verpflegungsentschädigung standardmässig vorsehen' = f.labeled_input_field :description_required, caption: 'Beschreibung obligatorisch', disabled: desc = f.labeled_input_field :ticket_required, caption: 'Ticket obligatorisch', disabled: tick