Bugzilla – Attachment 37041 Details for
Bug 13868
Date on routing list slip is not well formatted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed-off] Bug 13868: Correct formatting of date on routing list slip
Signed-off-Bug-13868-Correct-formatting-of-date-on.patch (text/plain), 1.92 KB, created by
Marc Véron
on 2015-03-20 13:42:42 UTC
(
hide
)
Description:
[Signed-off] Bug 13868: Correct formatting of date on routing list slip
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-03-20 13:42:42 UTC
Size:
1.92 KB
patch
obsolete
>From 61caa466820bcd89e2b0c481fd1cde333238a5c5 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Wed, 18 Mar 2015 23:22:54 +0100 >Subject: [PATCH] [Signed-off] Bug 13868: Correct formatting of date on > routing list slip >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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 Véron <veron@veron.ch> >--- > .../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 0092324..f85d7d5 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() { > </td> > [% IF ( routing ) %] > <td> >- <a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq |html %] ([% serial.publisheddate %])'); return false" >Print list</a> >+ <a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq |html %] ([% serial.publisheddate | $KohaDates %])'); return false" >Print list</a> > </td> > [% END %] > </tr> >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13868
:
36994
|
36995
|
37041
|
37307