Bugzilla – Attachment 179704 Details for
Bug 31698
Add ability to move a hold to a new bibliographic record/item
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31698: Add missing filters
Bug-31698-Add-missing-filters.patch (text/plain), 2.48 KB, created by
Lucas Gass (lukeg)
on 2025-03-25 20:15:10 UTC
(
hide
)
Description:
Bug 31698: Add missing filters
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-03-25 20:15:10 UTC
Size:
2.48 KB
patch
obsolete
>From 93390e62bf022e79a298918358ae4fa262af5346 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 25 Mar 2025 20:14:00 +0000 >Subject: [PATCH] Bug 31698: Add missing filters > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >index d031f55dc2e..0d26304999e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/holds_table.inc >@@ -56,7 +56,7 @@ > data-id="[% hold.reserve_id | html %]" > data-item_level_hold="[% hold.item_level_hold | html %]" > data-itemnumber="[% hold.itemnumber | html %]" >- data-biblionumber="[% hold.biblionumber %]" >+ data-biblionumber="[% hold.biblionumber | html %]" > /></td> > <td> > <input type="hidden" name="reserve_id" value="[% hold.reserve_id | html %]" /> >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 afc5d935288..697f7c02e72 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -181,7 +181,7 @@ > [% FOREACH hold IN hold_move_successes %] > <li> > <label>Hold ID: </label> >- <span>[% hold.hold_id %]</span> >+ <span>[% hold.hold_id | html %]</span> > <span> - Moved from [%- INCLUDE 'biblio-title.inc' biblio=hold.original_biblio link = 1 -%] to [%- INCLUDE 'biblio-title.inc' biblio=hold.target_biblio link = 1 -%]</span> > </li> > [% END %] >@@ -195,7 +195,7 @@ > [% FOREACH fail IN hold_move_failures %] > <li> > <label>Hold ID: </label> >- <span>[% fail.hold_id %]</span> >+ <span>[% fail.hold_id | html %]</span> > [% SWITCH fail.error %] > [% CASE 'cannotReserveFromOtherBranches' %] > <span>Target item cannot be reserved from other branches</span> >-- >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 31698
:
179226
|
179235
|
179236
|
179279
|
179287
|
179290
|
179291
|
179292
|
179295
|
179704
|
179711
|
179713
|
181222
|
181223
|
181224
|
181225
|
181226
|
181228
|
181229
|
181230
|
181231
|
181232
|
181233
|
181234
|
181929
|
181930
|
181944
|
181945
|
181946
|
181947
|
181948
|
181951
|
181952
|
181953
|
181954
|
181955
|
181956
|
181957
|
181958
|
181959
|
181960
|
181961
|
181962
|
182639
|
182640
|
182641