Bugzilla – Attachment 150489 Details for
Bug 31391
Staff-side recalls
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31391: (follow-up) Fix cancel recalls using checkbox
Bug-31391-follow-up-Fix-cancel-recalls-using-check.patch (text/plain), 1.71 KB, created by
David Nind
on 2023-05-02 01:38:52 UTC
(
hide
)
Description:
Bug 31391: (follow-up) Fix cancel recalls using checkbox
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-05-02 01:38:52 UTC
Size:
1.71 KB
patch
obsolete
>From 14b4647dba7adaa46a7ef3c45ebf3c252c1570a6 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 3 Nov 2022 23:05:31 +0000 >Subject: [PATCH] Bug 31391: (follow-up) Fix cancel recalls using checkbox > >Signed-off-by: David <david@davidnind.com> >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt | 1 + > recalls/request.pl | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt >index 3f14c37489..f2d3c297a5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt >@@ -219,6 +219,7 @@ > [% IF recalls.count %] > <form method="post" action="/cgi-bin/koha/recalls/request.pl"> > <input type="hidden" name="op" value="cancel_multiple_recalls"> >+ <input type="hidden" name="biblionumber" value="[% biblio.biblionumber | html %]"> > <input type="checkbox" id="select_all"> <span id="select_all_text">Select all</span> > [% INCLUDE 'recalls.inc' %] > <fieldset class="action"> >diff --git a/recalls/request.pl b/recalls/request.pl >index 2d24133e57..2ec38ccd78 100755 >--- a/recalls/request.pl >+++ b/recalls/request.pl >@@ -46,6 +46,7 @@ if ( $op eq 'cancel_multiple_recalls' ) { > foreach my $id ( @recall_ids ) { > Koha::Recalls->find( $id )->set_cancelled; > } >+ print $input->redirect('/cgi-bin/koha/recalls/request.pl?biblionumber='.$biblionumber); > } > elsif ( $op eq 'request' ) { > >-- >2.30.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 31391
:
139442
|
139443
|
139444
|
139446
|
139642
|
139643
|
139644
|
139645
|
141474
|
142594
|
143155
|
144104
|
144105
|
144131
|
144132
|
144133
|
144134
|
144135
|
144136
|
147581
|
147582
|
150485
|
150486
|
150487
|
150488
|
150489
|
150490
|
150491
|
156995
|
156996
|
156997
|
156998
|
156999
|
157000
|
157001
|
158691
|
158692
|
158693
|
158694
|
158695
|
158825
|
158826
|
158827
|
158828
|
158829
|
158830
|
158831
|
158832
|
172166
|
172167
|
172168
|
172169
|
172170
|
172171
|
172172
|
172173
|
172174
|
172175
|
173839
|
173840
|
173841
|
173842
|
173843
|
173844
|
173845
|
173846
|
173847
|
174396
|
174822
|
174823
|
174824
|
174825
|
174826
|
174827
|
174828
|
174829
|
174830
|
174831