From 80fc375536ac8ebf2dfc6479a7162b8b71d2c97a Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 31 Aug 2017 00:01:59 +0000 Subject: [PATCH] Bug 19215: Fixing typo in URL for patron clubs To test: 1) Go to Tools -> Clubs 2) Create a new club template if you do not already have one 3) Edit the template 4) Notice the URL is incorrect and the page is not found 5) Apply patch and go back to Clubs 6) Click edit button 7) Link should work as expected Sponsored-by: Catalyst IT Signed-off-by: Claire Gravely --- koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt index f52f0555..0c96f79 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt @@ -141,7 +141,7 @@ [% Branches.GetName( t.branchcode ) %] [% IF CAN_user_clubs_edit_templates %] - + Edit -- 2.1.4