From e93c3a4b0ace2d2c12dfd690bee95355d8822415 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 18 Mar 2015 23:22:54 +0100 Subject: [PATCH] Bug 13868: Correct formatting of date on routing list slip The date planned printed on the issue slip is not formatted according to the dateformat system preference setting. To test: - 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 Followed test plan, date appears according to the date format syspref. Signed-off-by: Marc Veron Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt index 0092324034..f85d7d5d28 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt +++ b/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 %] -- 2.11.4.GIT