From eca60cf0b5c5a42320df5ee44fbf4fcd389bf5df Mon Sep 17 00:00:00 2001 From: Katrin Fischer <Katrin.Fischer.83@web.de> 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 <kristina@catalyst.net.nz> --- .../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() { </td> [% IF ( routing ) %] <td> - <a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq |html %]'); return false" >Print list</a> + <a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq |html %] ([% serial.planneddate %])'); return false" >Print list</a> </td> [% END %] [% IF ( CAN_user_serials_receive_serials ) %] -- 1.7.4.1