Bugzilla – Attachment 34029 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
Bug-12084-Format-planned-date-in-publication-detai.patch (text/plain), 1.69 KB, created by
Katrin Fischer
on 2014-11-30 20:02:18 UTC
(
hide
)
Description:
Bug 12084: Format planned date in publication details on detail page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-11-30 20:02:18 UTC
Size:
1.69 KB
patch
obsolete
>From ddf7f81f1fb2ce87ffdf98b37eb81307f604f5b5 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 >--- > 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.9.1
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