-
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
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hitobito
updated
12 files
+10 −11 | CHANGELOG.md | |
+13 −13 | Gemfile.lock | |
+19 −17 | app/helpers/invoices_helper.rb | |
+12 −8 | app/models/invoice.rb | |
+7 −8 | app/models/invoice_list.rb | |
+15 −8 | app/models/payment.rb | |
+3 −1 | config/locales/models.de.yml | |
+12 −0 | db/migrate/20240214074832_change_reference_and_txn_id_uniqueness_on_payments.rb | |
+2 −1 | db/schema.rb | |
+7 −4 | spec/models/invoice_list_spec.rb | |
+38 −15 | spec/models/invoice_spec.rb | |
+18 −9 | spec/models/payment_spec.rb |