Bugzilla – Attachment 191982 Details for
Bug 20844
Reset a hold when it is missing after allocation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20844: (follow-up) Use js form submit and add cud- ops
Bug-20844-follow-up-Use-js-form-submit-and-add-cud.patch (text/plain), 903 bytes, created by
Andrew Fuerste-Henry
on 2026-01-23 19:41:00 UTC
(
hide
)
Description:
Bug 20844: (follow-up) Use js form submit and add cud- ops
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2026-01-23 19:41:00 UTC
Size:
903 bytes
patch
obsolete
>From 5e8bc8e18ac68c9186b414cd3486f3fd5593772c Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 18 Nov 2025 01:06:14 +0000 >Subject: [PATCH] Bug 20844: (follow-up) Use js form submit and add cud- ops > >--- > catalogue/updateitem.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/catalogue/updateitem.pl b/catalogue/updateitem.pl >index 4d7cc5c456a..3f3da5371e4 100755 >--- a/catalogue/updateitem.pl >+++ b/catalogue/updateitem.pl >@@ -45,7 +45,7 @@ my $redirecturl = $cgi->param('redirecturl'); > if ( $op eq "cud-cancelhold" ) { > LostItem( $itemnumber, 'moredetail', 0, { cancel_reserve => 1 } ); > } elsif ( $op eq "cud-reverthold" ) { >- LostItem( $itemnumber, 'moredetail', 0, { cancel_reserve => 0 } ); >+ LostItem( $itemnumber, 'moredetail', 0, { cancel_reserve => undef } ); > } > > if ( defined $redirecturl ) { >-- >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 20844
:
79267
|
80760
|
80761
|
80890
|
80891
|
81045
|
81531
|
81623
|
81624
|
81640
|
81697
|
81698
|
81710
|
81711
|
81712
|
102334
|
102335
|
102336
|
113208
|
113209
|
113210
|
118264
|
118265
|
118266
|
125437
|
125438
|
125439
|
140214
|
140215
|
140216
|
150348
|
150349
|
150350
|
150480
|
159062
|
159063
|
159064
|
159065
|
159111
|
170263
|
170264
|
189623
|
189648
|
189688
|
189973
|
191958
|
191959
|
191960
|
191966
|
191981
| 191982 |
191983
|
191984