Bug 17852 Follow up.Multiple URLs (856) in list email are broken
authorCaitlin Goodger <caitlingoodger.student@wegc.school.nz>
Thu, 19 Jan 2017 00:54:24 +0000 (00:54 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 21 Feb 2017 19:55:50 +0000 (19:55 +0000)
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 <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelf.tt

index 4c7f5d4..13efe3b 100644 (file)
@@ -133,7 +133,7 @@ Your list : [% shelfname %]
             [% END %]
             [% IF ( BIBLIO_RESULT.url ) %]
             <span>
-                URL: [% BIBLIO_RESULT.url |url %]
+                URL: [% BIBLIO_RESULT.url %]
             </span>
             [% END %]
             </p>