From 9e97291867b342dcf6bac30c7c5ef4f01085c139 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Thu, 29 Sep 2011 16:13:53 +1300 Subject: [PATCH] Bug 6937 - change "Fines" to "Fees & Charges" on circ page --- .../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.4.1