Bugzilla – Attachment 34046 Details for
Bug 12084
Published date for serial items not formatted according to dateformat system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12084: Format planned date in publication details on detail page
0001-Bug-12084-Format-planned-date-in-publication-details.patch (text/plain), 1.79 KB, created by
Paola Rossi
on 2014-12-01 16:50:20 UTC
(
hide
)
Description:
Bug 12084: Format planned date in publication details on detail page
Filename:
MIME Type:
Creator:
Paola Rossi
Created:
2014-12-01 16:50:20 UTC
Size:
1.79 KB
patch
obsolete
>From c32dde781073e45f42e9bead8bac432b3238a4f1 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 30 Nov 2014 20:57:07 +0100 >Subject: [PATCH] Bug 12084: Format planned date in publication details on > detail page > >If items are created for a serial subscription, the issue >information is shown on the details page in staff with the >planned date in (). > >To test: >1) Create a subscription with items added on receive >2) Receive a few issues and create items >3) Check the staff detail page >4) Verify that the published date shows under Publication details > in the items table, but that the date is not formatted >5) Apply patch >6) Verify the date is now formatted according to the DateFormat > system preference setting > >Signed-off-by: Paola Rossi <paola.rossi@cineca.it> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index 4395aff..ee5915e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -714,7 +714,7 @@ function verify_images() { > <span class="serialseq">[% item.serialseq %]</span> > [% END %] > [% IF ( item.publisheddate ) %] >- <span class="pubdate">([% item.publisheddate %])</span> >+ <span class="pubdate">([% item.publisheddate | $KohaDates %])</span> > [% END %] > [% END %] > </td> >-- >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 12084
:
34029
|
34046
|
34178