(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)
committerGalen Charlton <galen.charlton@liblime.com>
Tue, 28 Jul 2009 00:45:11 +0000 (20:45 -0400)
commita5bd87735e1fc30ed12168559dd4a3993670cff4
tree9667b3b9242e1a812b3593a78508c85f144ac1f2
parent9046a26d687b50faf9ad1050acb8a8384fabdf76
(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>
koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview.tmpl
serials/routing-preview.pl
serials/routing.pl