@@ -, +, @@ cards - a SQL client to change the expiry date of a borrower - an OPAC session opened for the same patron. -> no warning -> a warning says the card will expire on **date** -> before patch, same warning as Case 2 -> after patch, new warning indicating that the card has expired --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 6 ++++++ opac/opac-user.pl | 21 ++++++++++++--------- 2 files changed, 18 insertions(+), 9 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt @@ -89,6 +89,12 @@ $.tablesorter.addParser({ [% END %] + [% IF ( BORROWER_INF.warnexpired ) %] +
+ Please note: Your card has expired. Please contact the library for more information. +
+ [% END %] + [% IF ( patron_flagged ) %]