From cdc6bd22be4bc0d0cdf0248e87e1eebdd3a3387a 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 --- 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