Bug 17852; Multiple URLs (856) in list email are broken.
Test Plan 1: Add multiple urls to a biblographic record 2: Add the biblographic record to a list and then email it. 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>
This commit is contained in:
parent
f9a4f5edb8
commit
59482c6863
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ Your list: [% shelfname %]
|
|||
[% END %]
|
||||
[% IF ( BIBLIO_RESULT.url ) %]
|
||||
<span>
|
||||
URL: [% BIBLIO_RESULT.url |url %]
|
||||
URL: [% BIBLIO_RESULT.url %]
|
||||
</span>
|
||||
[% END %]
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue