Bugzilla – Attachment 185714 Details for
Bug 37661
Disable/Enable Bookings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37661: [squash me] Have 33736 depend on Enable booking
Bug-37661-squash-me-Have-33736-depend-on-Enable-bo.patch (text/plain), 1.81 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-08-22 12:16:42 UTC
(
hide
)
Description:
Bug 37661: [squash me] Have 33736 depend on Enable booking
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-08-22 12:16:42 UTC
Size:
1.81 KB
patch
obsolete
>From f92fa89d0fd8e03861ebb08a9f99b5efd073885c 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: [squash me] Have 33736 depend on Enable booking > >--- > .../prog/en/modules/circ/circulation-home.tt | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > >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 ee5dbc7c76..b8ca799844 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 >@@ -76,7 +76,7 @@ > > <div class="col-12 col-sm-4"> > <div class="holds-bookings"> >- <h3>Holds and bookings</h3> >+ <h3>Holds [% IF Koha.Preference('EnableBooking') %] and bookings [% END %]</h3> > > <ul class="buttons-list"> > <li> >@@ -96,9 +96,11 @@ > <li> > <a class="circ-button holds-ratio" href="/cgi-bin/koha/circ/reserveratios.pl"><i class="fa-solid fa-chart-line"></i> Hold ratios</a> > </li> >- <li> >- <a class="circ-button bookings-to-collect" href="/cgi-bin/koha/circ/pendingbookings.pl"><i class="fa-solid fa-calendar-days"></i> Bookings to collect</a> >- </li> >+ [% IF Koha.Preference('EnableBooking') %] >+ <li> >+ <a class="circ-button bookings-to-collect" href="/cgi-bin/koha/circ/pendingbookings.pl"><i class="fa-solid fa-calendar-days"></i> Bookings to collect</a> >+ </li> >+ [% END %] > </ul> > </div> > >-- >2.43.0
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