Commit 117739b
committed
Update integration to 2.8.10-18
1 parent 0d903da commit 117739b
2 files changed
Lines changed: 2 additions & 2 deletions
- app/controllers/invoice_runs_controller.rb+1-8
- app/controllers/period_invoice_templates_controller.rb+27-1
- app/helpers/period_invoice_templates_helper.rb+12
- app/helpers/sheet/period_invoice_template.rb+1-1
- app/javascript/controllers/autosubmit_controller.js+39-11
- app/models/invoice_run.rb+1
- app/models/period_invoice_template.rb+13
- app/views/households/_edit_form.html.haml+1-1
- app/views/period_invoice_template/_role_count_item_fields.html.haml+1-1
- app/views/period_invoice_templates/_form.html.haml+13-9
- app/views/shared/_search_form.html.haml+1-1
- config/locales/models.de.yml+2
- config/locales/models.en.yml+2
- config/locales/models.fr.yml+2
- config/locales/models.it.yml+2
- config/locales/views.de.yml+2
- config/locales/views.en.yml+2
- config/locales/views.fr.yml+2
- config/locales/views.it.yml+2
- db/migrate/20260219120000_add_recipient_source_to_period_invoice_templates.rb+10
- db/schema.rb+3
- spec/controllers/period_invoice_templates_controller_spec.rb+36-4
- spec/fabricators/period_invoice_template_fabricator.rb+1
- spec/features/period_invoice_templates_spec.rb+119-5
- spec/helpers/sheet/period_invoice_template_spec.rb+8
- spec/models/period_invoice_template_spec.rb+24-5
- spec/views/households/edit.html.haml_spec.rb+1-1
0 commit comments