Bugzilla – Attachment 7779 Details for
Bug 6039
Cancel all waiting holds button
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bug 6039: Cancel All waiting holds button - Addendum: Add redirect to refresh list after canceling all holds.
bug-6039-Cancel-All-waiting-holds-button---Addendu.patch (text/plain), 918 bytes, created by
Kyle M Hall
on 2012-02-20 17:20:37 UTC
(
hide
)
Description:
bug 6039: Cancel All waiting holds button - Addendum: Add redirect to refresh list after canceling all holds.
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-02-20 17:20:37 UTC
Size:
918 bytes
patch
obsolete
>From 54646aead5470e109b2fa5b1ac9a66455086185d Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 20 Feb 2012 12:20:19 -0500 >Subject: [PATCH] bug 6039: Cancel All waiting holds button - Addendum: Add redirect to refresh list after canceling all holds. > >--- > circ/waitingreserves.pl | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/circ/waitingreserves.pl b/circ/waitingreserves.pl >index 84d3b92..c9c9f0e 100755 >--- a/circ/waitingreserves.pl >+++ b/circ/waitingreserves.pl >@@ -159,7 +159,11 @@ $template->param( > ReservesMaxPickUpDelay => C4::Context->preference('ReservesMaxPickUpDelay') > ); > >-output_html_with_http_headers $input, $cookie, $template->output; >+if ($cancelall) { >+ print $input->redirect("/cgi-bin/koha/circ/waitingreserves.pl"); >+} else { >+ output_html_with_http_headers $input, $cookie, $template->output; >+} > > exit; > >-- >1.7.2.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 6039
:
3608
|
7282
|
7550
|
7778
|
7779
|
7781