@@ -, +, @@ routing list slip - enable RoutingSerials - create a subscription - create a routing list from the serial collection page - use the 'print list' links next to the issues to print a routing list - verify that the date there is not displayed according to the dateformat system preference without the patch, but is correct with the patch applied --- .../intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt @@ -290,7 +290,7 @@ $(document).ready(function() { [% IF ( routing ) %] - Print list + Print list [% END %] --