]> git.koha-community.org Git - koha.git/commit
Bug 12849 - fix URLs in sent lists
authorRobin Sheat <robin@catalyst.net.nz>
Fri, 29 Aug 2014 04:19:22 +0000 (16:19 +1200)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 27 Oct 2014 22:48:51 +0000 (22:48 +0000)
commit6073d8943c74dcb2319fbd8415f819521d5b1092
treed42b4b97485b0446ebcda50072ed6da1fd8dc196
parenta8e644956714f41497300dd138541a6cf8edeaf3
Bug 12849 - fix URLs in sent lists

This brings back the http(s) to the URLs in sent lists.

Test plan:
* make a list
* send it to yourself
* see that the URLs aren't clickable
* apply the patch
* repeat, except now the URLs are better

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
By removing this bit of code, the code in Auth.pm is used
instead. The code there is not perfect, but the solution
works and both list and cart use the same code.

Passes tests and QA script.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
opac/opac-sendshelf.pl