Bugzilla – Attachment 185139 Details for
Bug 40529
Update how hold groups work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40529: Behavior change: Add target info on hold group modal
Bug-40529-Behavior-change-Add-target-info-on-hold-.patch (text/plain), 1.51 KB, created by
Pedro Amorim
on 2025-08-06 09:15:02 UTC
(
hide
)
Description:
Bug 40529: Behavior change: Add target info on hold group modal
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-08-06 09:15:02 UTC
Size:
1.51 KB
patch
obsolete
>From 96740d24cd09d397e073dfc6f139be33f54eb8b1 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Fri, 25 Jul 2025 12:10:39 +0000 >Subject: [PATCH] Bug 40529: Behavior change: Add target info on hold group > modal > >--- > .../intranet-tmpl/prog/en/modules/reserve/hold-group.tt | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt >index 029ef6d0292..09d7b4a32d3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt >@@ -19,7 +19,12 @@ > [% FOREACH hold IN holds %] > [% biblio = hold.biblio %] > <tr> >- <td><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber | uri %]">[% biblio.title | html %]</a></td> >+ <td> >+ <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblio.biblionumber | uri %]"> [% biblio.title | html %] </a> >+ [% IF (hold.is_hold_group_target) %] >+ <br /><span class="fw-bold fst-italic">(target of hold group)</span> >+ [% END %] >+ </td> > <td>[% hold.priority | html %]</td> > <td>[% hold.reservenotes | html %]</td> > </tr> >-- >2.39.5
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 40529
:
184868
|
184869
|
184870
|
184871
|
184872
|
185137
|
185138
|
185139
|
185140
|
185141
|
185210
|
185211
|
185212
|
185213
|
185214
|
185215
|
185303
|
185304
|
185305
|
185306
|
185307