Bug 18349: [QA Follow-up] Add four missing error messages
The error codes come from CanBookBeIssued. The warnings speak for themselves. Note that the GNA message is similar to the one used in opac-user.tt (gonenoaddress is translated to the patron as contact information not up-to-date). Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
b61f73c488
commit
392641ff1e
1 changed files with 4 additions and 0 deletions
|
@ -57,9 +57,11 @@
|
|||
[% ELSIF ( circ_error_WTHDRAWN ) %]
|
||||
This item has been withdrawn from the collection.
|
||||
[% ELSIF ( circ_error_RESTRICTED ) %]
|
||||
This item is restricted.
|
||||
[% ELSIF ( circ_error_RESERVED ) %]
|
||||
This item is on hold for another patron.
|
||||
[% ELSIF ( circ_error_ITEMNOTSAMEBRANCH ) %]
|
||||
This item belongs to another branch.
|
||||
[% ELSIF ( circ_error_EXPIRED ) %]
|
||||
Your account has expired.
|
||||
[% ELSIF ( circ_error_DEBARRED ) %]
|
||||
|
@ -67,7 +69,9 @@
|
|||
[% ELSIF ( circ_error_CARD_LOST ) %]
|
||||
This card has been declared lost.
|
||||
[% ELSIF ( circ_error_GNA ) %]
|
||||
Your contact information seems to be incomplete.
|
||||
[% ELSIF ( circ_error_INVALID_DATE ) %]
|
||||
Due date is not valid.
|
||||
[% END %]
|
||||
Please see a member of the library staff.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue