From e914a29788a1a85399a135d3cfd19ef9ee6f5a28 Mon Sep 17 00:00:00 2001 From: Caitlin Goodger Date: Thu, 19 Jan 2017 00:54:24 +0000 Subject: [PATCH] Bug 17852 Follow up.Multiple URLs (856) in list email are broken This is a follow-up to my previous patch. This fixes it on the OPAC and the previous one was from the intranet Test Plan 1: Add multiple urls to a biblographic record 2: Add the biblographic record to a list and then email it from the OPAC 3: See that the links are broken and have been merged into one. 4: Apply patch 5: Send the list again and see that the links work Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart Signed-off-by: Mason James --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt index 4c7f5d43c4..13efe3b616 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt @@ -133,7 +133,7 @@ Your list : [% shelfname %] [% END %] [% IF ( BIBLIO_RESULT.url ) %] - URL: [% BIBLIO_RESULT.url |url %] + URL: [% BIBLIO_RESULT.url %] [% END %]

-- 2.39.5