Skip to content
Snippets Groups Projects
Commit f5e0e370 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Merge branch 'hotline#87377_message_adherent_inapproprie' into 'hotline'

HOTLINE #87377 - SIGB Koha : fix error message

See merge request !3018
parents 22342812 76e8e9a2
3 merge requests!3297WIP: Master,!3047Hotline,!3018HOTLINE #87377 - SIGB Koha : fix error message
Pipeline #6408 passed with stage
in 37 minutes and 10 seconds
- ticket #87377 : SIGB Koha : amélioration message d'erreur compte bloqué
\ No newline at end of file
...@@ -55,7 +55,7 @@ class Class_WebService_SIGB_Koha_Service extends Class_WebService_SIGB_AbstractR ...@@ -55,7 +55,7 @@ class Class_WebService_SIGB_Koha_Service extends Class_WebService_SIGB_AbstractR
'on_reserve' => $this->_('document réservé par un autre lecteur'), 'on_reserve' => $this->_('document réservé par un autre lecteur'),
'too_many' => $this->_('nombre maximum de prolongations atteint'), 'too_many' => $this->_('nombre maximum de prolongations atteint'),
'onsite_checkout' => $this->_('document en prêt sur place'), 'onsite_checkout' => $this->_('document en prêt sur place'),
'restriction' => $this->_('limitation sur l\'âge'), 'restriction' => $this->_('compte bloqué'),
'overdue' => $this->_('documents en retard'), 'overdue' => $this->_('documents en retard'),
'too_soon' => $this->_('trop tôt pour renouveler') 'too_soon' => $this->_('trop tôt pour renouveler')
]; ];
......
...@@ -1327,7 +1327,7 @@ class KohaErrorMessagesOperationTest extends KohaTestCase { ...@@ -1327,7 +1327,7 @@ class KohaErrorMessagesOperationTest extends KohaTestCase {
['on_reserve' , 'document réservé par un autre lecteur'], ['on_reserve' , 'document réservé par un autre lecteur'],
['too_many' , 'nombre maximum de prolongations atteint'], ['too_many' , 'nombre maximum de prolongations atteint'],
['onsite_checkout' , 'document en prêt sur place'], ['onsite_checkout' , 'document en prêt sur place'],
['restriction' , 'limitation sur l\'âge'], ['restriction' , 'compte bloqué'],
['overdue' , 'documents en retard'], ['overdue' , 'documents en retard'],
['too_soon' , 'trop tôt pour renouveler'] ['too_soon' , 'trop tôt pour renouveler']
]; ];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment