Bugzilla – Attachment 162477 Details for
Bug 24718
Introduce hour-based holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24718: Hour based holds on OPAC
Bug-24718-Hour-based-holds-on-OPAC.patch (text/plain), 1.79 KB, created by
Aleisha Amohia
on 2024-02-27 01:17:33 UTC
(
hide
)
Description:
Bug 24718: Hour based holds on OPAC
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-02-27 01:17:33 UTC
Size:
1.79 KB
patch
obsolete
>From e3d500c43d22bbe0a26909e1f68ebada23836370 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Wed, 20 Oct 2021 15:58:55 +1300 >Subject: [PATCH] Bug 24718: Hour based holds on OPAC > >--- > .../opac-tmpl/bootstrap/en/includes/holds-table.inc | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >index 0a35aa715dc..16a727ac939 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/holds-table.inc >@@ -66,12 +66,20 @@ > [% END %] > </td> > <td class="reservedate" data-order="[% HOLD.reservedate | html %]"> >- [% HOLD.reservedate | $KohaDates %] >+ [% IF Koha.Preference('HourBasedHolds') %] >+ [% HOLD.reservedate | $KohaDates with_hours = 1 %] >+ [% ELSE %] >+ [% HOLD.reservedate | $KohaDates %] >+ [% END %] > </td> > [% IF ! HOLD.found %] > <td class="expirationdate" data-order="[% HOLD.expirationdate | html %]"> > [% IF ( HOLD.expirationdate ) %] >- [% HOLD.expirationdate | $KohaDates %] >+ [% IF Koha.Preference('HourBasedHolds') %] >+ [% HOLD.expirationdate | $KohaDates with_hours = 1 %] >+ [% ELSE %] >+ [% HOLD.expirationdate | $KohaDates %] >+ [% END %] > [% ELSE %] > Never expires > [% END %] >-- >2.30.2
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 24718
:
99540
|
99541
|
99542
|
99543
|
99544
|
99545
|
99548
|
103521
|
103522
|
103549
|
103550
|
103551
|
103552
|
103553
|
103554
|
103555
|
106270
|
106271
|
106272
|
106273
|
106274
|
106275
|
110084
|
110085
|
110086
|
110087
|
110088
|
110089
|
110090
|
110091
|
110098
|
110137
|
110161
|
110303
|
126559
|
126560
|
126561
|
126562
|
126563
|
126564
|
148293
|
148294
|
148295
|
148296
|
148297
|
148298
|
162474
|
162475
|
162476
| 162477 |
162478
|
162479