Bugzilla – Attachment 55465 Details for
Bug 17289
Holds awaiting pickup shows date unformatted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17289 - Holds awaiting pickup shows date unformatted
Bug-17289---Holds-awaiting-pickup-shows-date-unfor.patch (text/plain), 1.76 KB, created by
Andreas Roussos
on 2016-09-10 09:10:51 UTC
(
hide
)
Description:
Bug 17289 - Holds awaiting pickup shows date unformatted
Filename:
MIME Type:
Creator:
Andreas Roussos
Created:
2016-09-10 09:10:51 UTC
Size:
1.76 KB
patch
obsolete
>From c4cf56bf07aebcd56512e5532814f2e4ac94c19c Mon Sep 17 00:00:00 2001 >From: Andreas Roussos <arouss1980@gmail.com> >Date: Sat, 10 Sep 2016 11:54:06 +0300 >Subject: [PATCH] Bug 17289 - Holds awaiting pickup shows date unformatted > >In the Staff client, under Circulation -> Circulation reports, >the date shown in the heading of the 'Holds awaiting pickup' >report is not formatted according to the 'dateformat' system >preference. > >This (trivial) patch fixes that. > >Test plan: >1) In the Staff client, go to Circulation and under 'Circulation > reports' click on 'Holds awaiting pickup' > (cgi-bin/koha/circ/waitingreserves.pl). >2) Observe that the date shown in the heading is always formatted as > yyyy-mm-dd regardless of the value of the 'dateformat' syspref. >3) Apply the patch. >4) Re-visit the 'Holds awaiting pickup' report. Confirm that the patch > worked, i.e. the date shown in the heading is formatted according > to the 'dateformat' system preference. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >index f932d31..ca051aa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt >@@ -37,7 +37,7 @@ > <div id="yui-main"> > <div class="yui-g"> > >- <h2>Holds awaiting pickup for your library on: [% show_date %] >+ <h2>Holds awaiting pickup for your library on: [% show_date | $KohaDates %] > [% IF ( all_branches_link ) %] > <span style="margin-left:20px"><a href="[% all_branches_link %]"> > View all libraries</a></span> >-- >2.1.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 17289
:
55463
|
55465
|
55567
|
55636