From 7ece9139cd98484d74a9512e05e1c56824bf4314 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Thu, 29 Sep 2011 16:13:53 +1300 Subject: [PATCH] [SIGNED-OFF] Bug 6937 - change "Fines" to "Fees & Charges" on circ page Signed-off-by: Nicole C. Engard http://bugs.koha-community.org/show_bug.cgi?id=6674 --- .../prog/en/modules/circ/circulation.tt | 2 +- 1 files changed, 1 insertions(+), 1 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 4f56504..ff1b015 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -571,7 +571,7 @@ No patron matched [% message %] [% IF ( charges ) %]
  • - Fines: Patron has Outstanding fines[% IF ( chargesamount ) %] of [% chargesamount %][% END %]. + Fees & Charges: Patron has Outstanding fees & charges[% IF ( chargesamount ) %] of [% chargesamount %][% END %]. [% IF ( charges_is_blocker ) %] Checkouts are BLOCKED because fine balance is OVER THE LIMIT. [% END %] -- 1.7.2.3