mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-19 13:54:25 +01:00
[bug] subscription name is not shown in invoices
This commit is contained in:
parent
2c1b65eab9
commit
8e206cd3c5
@ -12,6 +12,7 @@
|
||||
- Fix a bug: unable to delete an administrator from the system
|
||||
- Fix a bug: unable to delete an event with a linked custom price (#61)
|
||||
- Fix a bug: navigation in client calendar is bogus when browsing months (#59)
|
||||
- Fix a bug: subscription name is not shown in invoices
|
||||
- [TODO DEPLOY] `rake db:migrate`, then `rake db:seed`
|
||||
- [TODO DEPLOY] add the `FABLAB_WITHOUT_SPACES` environment variable
|
||||
- [TODO DEPLOY] `rake fablab:es_add_spaces`
|
||||
|
@ -83,7 +83,7 @@ en:
|
||||
details: "Details"
|
||||
amount: "Amount"
|
||||
subscription_extended_for_free_from_START_to_END: "Subscription extended for free - From %{START} to %{END}"
|
||||
subscription_NAME_from_START_to_END: "Subscription - From %{START} to %{END}"
|
||||
subscription_NAME_from_START_to_END: "Subscription %{NAME} - From %{START} to %{END}"
|
||||
machine_reservation_DESCRIPTION: "Machine reservation - %{DESCRIPTION}"
|
||||
space_reservation_DESCRIPTION: "Space reservation - %{DESCRIPTION}"
|
||||
training_reservation_DESCRIPTION: "Training reservation - %{DESCRIPTION}"
|
||||
|
@ -83,7 +83,7 @@ fr:
|
||||
details: "Détails"
|
||||
amount: "Montant"
|
||||
subscription_extended_for_free_from_START_to_END: "Abonnement prolongé gratuitement - Du %{START} au %{END}"
|
||||
subscription_NAME_from_START_to_END: "Abonnement - Du %{START} au %{END}"
|
||||
subscription_NAME_from_START_to_END: "Abonnement %{NAME} - Du %{START} au %{END}"
|
||||
machine_reservation_DESCRIPTION: "Réservation Machine - %{DESCRIPTION}"
|
||||
space_reservation_DESCRIPTION: "Réservation Espace - %{DESCRIPTION}"
|
||||
training_reservation_DESCRIPTION: "Réservation Formation - %{DESCRIPTION}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user