Bugzilla – Attachment 166272 Details for
Bug 30579
When placing item level hold, some options that are not used are not disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30579: Fix rebase issue
Bug-30579-Fix-rebase-issue.patch (text/plain), 3.54 KB, created by
Nick Clemens (kidclamp)
on 2024-05-07 12:36:28 UTC
(
hide
)
Description:
Bug 30579: Fix rebase issue
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-05-07 12:36:28 UTC
Size:
3.54 KB
patch
obsolete
>From fc35a58472e878ae0a408309d9ed5e47704c439a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 2 May 2024 16:05:35 +0000 >Subject: [PATCH] Bug 30579: Fix rebase issue > >--- > .../prog/en/modules/reserve/request.tt | 18 ++++++++++++++---- > 1 file changed, 14 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 3951c7c3235..6a2a696d799 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -690,9 +690,9 @@ > > <hr/> > >- [% biblio = biblioloop.0 %] >+ [% biblio_info = biblioloop.0 %] > <!-- ItemGroup level holds --> >- [% IF Koha.Preference('EnableItemGroupHolds') && biblio.object.item_groups.count %] >+ [% IF Koha.Preference('EnableItemGroupHolds') && biblio_info.object.item_groups.count %] > <fieldset class="rows"> > <legend> > <label for="requestgrp" class="inline"> >@@ -740,7 +740,7 @@ > </tr> > </thead> > <tbody> >- [% FOREACH g IN biblio.object.item_groups.search({}, { order_by => ['display_order'] }) %] >+ [% FOREACH g IN biblio_info.object.item_groups.search({}, { order_by => ['display_order'] }) %] > [% IF g.items.count %] > <tr> > <td> >@@ -790,7 +790,6 @@ > [% END %] > <!-- /ItemGroup level holds --> > >- > <fieldset class="rows"> > <legend> > <label for="requestspecificitem" class="inline"> >@@ -1034,6 +1033,17 @@ > <a href="request.pl?biblionumber=[% biblio_info.biblionumber | uri %]&borrowernumber=[% borrowernumber | uri %]&showallitems=1">Show all items ([% hiddencount | html %] hidden)</a> > </p> > [% END # /IF hiddencount %] >+ <fieldset class="action"> >+ [% IF ( patron.borrowernumber ) %] >+ [% IF ( override_required ) %] >+ <button type="submit" id="hold_item_btn" class="btn btn-primary warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button> >+ [% ELSIF ( none_available ) %] >+ <button type="submit" id="hold_item_btn" disabled="disabled" class="btn btn-primary btn-disabled">Place hold</button> >+ [% ELSE %] >+ <button type="submit" id="hold_item_btn" class="btn btn-primary">Place hold</button> >+ [% END %] >+ [% END %] >+ </fieldset> > > [% ELSE # /UNLESS multi_hold %] > <fieldset class="rows"> >-- >2.39.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 30579
:
133549
|
133550
|
133574
|
133575
|
133689
|
133690
|
134270
|
134468
|
134469
|
134491
|
134492
|
134493
|
134893
|
134894
|
140951
|
140952
|
140953
|
140954
|
148835
|
148898
|
149271
|
150767
|
150786
|
151483
|
151493
|
151558
|
154881
|
154882
|
154883
|
154886
|
157787
|
157788
|
157789
|
157790
|
157791
|
157792
|
157937
|
157938
|
157939
|
157940
|
157941
|
157942
|
157943
|
163260
|
163261
|
163262
|
163263
|
163264
|
163265
|
163266
|
163267
|
166012
|
166013
|
166014
|
166015
|
166016
|
166017
|
166018
|
166019
|
166034
|
166035
|
166036
|
166037
|
166038
|
166039
|
166040
|
166041
|
166074
|
166075
|
166076
|
166077
|
166078
|
166079
|
166080
|
166081
|
166082
|
166264
|
166265
|
166266
|
166267
|
166268
|
166269
|
166270
|
166271
| 166272 |
166273
|
166274
|
166275