(Bug 3402) Serials issue name not escaped when passed forward to routing slip
authorJ. David Bavousett <dbavousett@ptfs.com>
Mon, 27 Jul 2009 12:15:37 +0000 (08:15 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:22 +0000 (23:19 +0200)
commit696a13efcd2817bba7ae9612504a45c5e88edb4c
tree5f37ce79353ae75e80314d0c33b4064299bb4e05
parentccbfc58a50fdedccb8f571428169f21d221878fa
(Bug 3402) Serials issue name not escaped when passed forward to routing slip

The issue descriptor was not being escaped before being passed on to the
routing slip, causing truncation.  It's truly impossible to know for sure
what will be there, so uri_escape-ing seemed the best way to ensure that
it gets handed forward and makes it all the way to the printable slip.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tmpl
serials/routing-preview.pl
serials/routing.pl