mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +01:00
Merge branch 'dev' for release 6.3.15
This commit is contained in:
commit
59ef0dba66
@ -2,6 +2,10 @@
|
||||
|
||||
## Next release
|
||||
|
||||
## v6.3.15 2024 February 29
|
||||
|
||||
- Fix a bug: unable to generate invoice for payment by check/transfer
|
||||
|
||||
## v6.3.14 2024 February 26
|
||||
|
||||
- improvement: add idp_slo_service_url(logout requests url) to saml provider
|
||||
|
@ -62,9 +62,9 @@ class Invoices::PaymentDetailsService
|
||||
# else
|
||||
if invoice.paid_by_card?
|
||||
I18n.t('invoices.settlement_by_debit_card')
|
||||
elsif paid_by_transfer?
|
||||
elsif invoice.paid_by_transfer?
|
||||
I18n.t('invoices.settlement_by_transfer')
|
||||
elsif paid_by_check?
|
||||
elsif invoice.paid_by_check?
|
||||
I18n.t('invoices.settlement_by_check')
|
||||
else
|
||||
I18n.t('invoices.settlement_done_at_the_reception')
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fab-manager",
|
||||
"version": "6.3.14",
|
||||
"version": "6.3.15",
|
||||
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
|
||||
"keywords": [
|
||||
"fablab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user