Skip to content

Commit

Permalink
Merge pull request #134 from puzzle/bsantschi-patch-2
Browse files Browse the repository at this point in the history
Update _form.html.haml
  • Loading branch information
Kagemaru authored Feb 22, 2024
2 parents a33a869 + 39295f6 commit b16418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/accounting_posts/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
= f.labeled_input_field :remaining_hours, addon: 'h'
= f.labeled_input_field :portfolio_item_id, span: 5
= f.labeled_input_field :service_id, span: 5
= f.labeled_input_field :billable, caption: 'Budgetposition ist verrechenbar'
= 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'

Expand Down

0 comments on commit b16418e

Please sign in to comment.