-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d5e2be
commit abf09f5
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule hitobito
updated
10 files
+1 −1 | .rubocop.yml | |
+1 −1 | app/domain/export/pdf/invoice/payment_slip_qr.rb | |
+1 −1 | app/domain/invoice/qrcode.rb | |
+291 −0 | app/domain/structure_parser.rb | |
+8 −0 | config/locales/views.fr.yml | |
+29 −8 | lib/tasks/hitobito.rake | |
+1 −1 | rubocop-must.yml | |
+74 −47 | spec/domain/export/pdf/invoice_spec.rb | |
+240 −0 | spec/domain/structure_parser_spec.rb | |
+1 −1 | spec/views/groups/_form.html.haml_spec.rb |