From 0e7fa3edbd23e39e12d1a36674526aefd2996546 Mon Sep 17 00:00:00 2001 From: Jane Wagner Date: Thu, 22 Oct 2009 11:21:21 -0400 Subject: [PATCH] Bug 2576 reopened -- turn off fines elsewhere in OPAC account The original patch allowed use of the OPACFinesTab syspref to turn off the Fines tab in the OPAC patron record. However, a column for fines still appears in the listing of overdues, and as a tab on the line with Overdues, Holds, Fines, etc. This patch turns off the other instances of fine columns/displays if the syspref is off. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl index cc86652084..ff9a3b01b2 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl @@ -119,13 +119,16 @@ $.tablesorter.addParser({ +

Fines and Charges

@@ -154,6 +157,7 @@ $.tablesorter.addParser({ You have a credit of:
+ @@ -198,8 +202,10 @@ $.tablesorter.addParser({ Renew + Fines + + YesNo + @@ -275,8 +283,10 @@ $.tablesorter.addParser({ Due Renew + Fines + @@ -307,7 +317,9 @@ $.tablesorter.addParser({ No renewals left + YesNo + -- 2.20.1