From cd47a746eb822420539025834e871ae64cb3760d Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 26 Mar 2013 08:26:54 -0400 Subject: [PATCH] Bug 9930 - can't update patron info in ccsr Test Plan: 1) Enable ccsr theme 2) Log into update, update personal details 3) Go to mainpage.pl in intranet 4) Note there is no alert for patron modifications 5) Apply patch 6) Repeat step 2-3 6) Note there is now an alert for patron modifications Signed-off-by: Liz Rea Passes tests, tested per test plan, no side effects noted. Signed-off-by: Katrin Fischer Requires PatronSelfRegistration and PatronSelfRegistrationDefaultCategory to make the form show up. Signed-off-by: Jared Camins-Esakov --- koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc b/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc index 99e87432ec..fcbbcba4fc 100644 --- a/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc +++ b/koha-tmpl/opac-tmpl/ccsr/en/includes/usermenu.inc @@ -5,7 +5,7 @@ [% IF ( OPACFinesTab ) %] [% IF ( accountview ) %]
  • [% ELSE %]
  • [% END %]my fines
  • [% END %] - [% IF ( userupdateview ) %]
  • [% ELSE %]
  • [% END %]my personal details
  • + [% IF ( userupdateview ) %]
  • [% ELSE %]
  • [% END %]my personal details
  • [% IF ( TagsEnabled ) %] [% IF ( tagsview ) %]
  • [% ELSE %]
  • [% END %]my tags
  • [% END %] -- 2.39.2