Bugzilla – Attachment 184560 Details for
Bug 37661
Disable/Enable Bookings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[24.11] Bug 37661: Have 37736 depend on Enable booking
Bug-37661-Have-37736-depend-on-Enable-booking.patch (text/plain), 1.69 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-07-23 15:11:47 UTC
(
hide
)
Description:
[24.11] Bug 37661: Have 37736 depend on Enable booking
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-07-23 15:11:47 UTC
Size:
1.69 KB
patch
obsolete
>From c207825b0c3a18b50509463f44a658e7094cb43e Mon Sep 17 00:00:00 2001 >From: Baptiste <baptiste.wojtkowski@biblibre.com> >Date: Wed, 23 Jul 2025 16:44:09 +0200 >Subject: [PATCH] Bug 37661: Have 37736 depend on Enable booking > >--- > .../intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >index 656dfd4d1f..8bb91f2a34 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt >@@ -78,7 +78,7 @@ > </div> > > <div class="col-12 col-sm-4"> >- <h3>Holds and bookings</h3> >+ <h3>Holds [% IF Koha.Preference('EnableBooking') %] and bookings [% END %]</h3> > > <ul class="buttons-list"> > <li> >@@ -98,9 +98,11 @@ > <li> > <a class="circ-button" href="/cgi-bin/koha/circ/reserveratios.pl"><i class="fa-solid fa-chart-line"></i> Hold ratios</a> > </li> >+ [% IF Koha.Preference('EnableBooking') %] > <li> > <a class="circ-button" href="/cgi-bin/koha/circ/pendingbookings.pl"><i class="fa-solid fa-calendar-days"></i> Bookings to collect</a> > </li> >+ [% END %] > </ul> > > [% IF Koha.Preference('UseRecalls') and CAN_user_recalls %] >-- >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 37661
:
184558
|
184559
|
184560
|
184561
|
184565
|
184566
|
184578
|
184579
|
184580
|
184581
|
184582
|
185150
|
185151
|
185152
|
185153
|
185154
|
185325
|
185326
|
185327
|
185329
|
185331
|
185333
|
185710
|
185711
|
185712
|
185713
|
185714
|
185715
|
185716