From eca60cf0b5c5a42320df5ee44fbf4fcd389bf5df Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 21 Feb 2012 07:19:54 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 5841: Routing slip not displaying publication date To test: Compare output of the 2 different links for printing routing lists. 1) Links in the table of issues on the serial collection page 2) Link following the steps from editing and saving a routing list Both previews should show the date now. Signed-off-by: Kristina D.C. Hoeppner --- .../prog/en/modules/serials/serials-collection.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 1293f56..47c7e84 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 @@ -238,7 +238,7 @@ $(document).ready(function() { [% IF ( routing ) %] - Print list + Print list [% END %] [% IF ( CAN_user_serials_receive_serials ) %] -- 1.7.4.1