@@ -, +, @@ --- circ/circulation.pl | 2 +- .../prog/en/modules/circ/circulation.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/circ/circulation.pl +++ a/circ/circulation.pl @@ -640,7 +640,7 @@ $template->param( printername => $printer, firstname => $borrower->{'firstname'}, surname => $borrower->{'surname'}, - dateexpiry => format_date($newexpiry), + newexpiry => format_date($newexpiry), expiry => format_date($borrower->{'dateexpiry'}), categoryname => $borrower->{description}, address2 => $borrower->{'address2'}, --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -226,7 +226,7 @@ function refocus(calendar) { -[% IF ( dateexpiry ) %]
Patron's account has been renewed until [% dateexpiry %]
[% END %] +[% IF ( newexpiry ) %]
Patron's account has been renewed until [% newexpiry %]
[% END %] [% IF ( NEEDSCONFIRMATION ) %]
--