From acf586a45ab4a27939f0ba34cba58ae8ff500993 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 25 Nov 2015 16:14:35 +0000 Subject: [PATCH] Bug 15229: Same fix for circulation.tt template (normal checkouts) Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 19ba9fa..9abbefd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -203,7 +203,7 @@ $(document).ready(function() { [% END %] [% IF ( alert.OTHER_CHARGES ) %] -
The patron has unpaid charges for reserves, rentals etc of [% alert.OTHER_CHARGES %]
+
The patron has unpaid charges for holds, rentals etc of [% alert.OTHER_CHARGES %]
[% END %] [% IF ( NEEDSCONFIRMATION ) %] @@ -261,7 +261,7 @@ $(document).ready(function() { [% END %] [% IF ( BORRNOTSAMEBRANCH ) %] -
  • This patrons is from a different library ([% BORRNOTSAMEBRANCH %])
  • +
  • This patron is from a different library ([% BORRNOTSAMEBRANCH %])
  • [% END %] [% IF ( PATRON_CANT ) %] -- 2.1.4