Bugzilla – Attachment 139012 Details for
Bug 30944
Fix single cancel recall button in recalls tab in staff interface and correctly handle cancellations with branch transfers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30944: Fix cancelling selected recalls from biblio recalls tab
Bug-30944-Fix-cancelling-selected-recalls-from-bib.patch (text/plain), 1.14 KB, created by
Aleisha Amohia
on 2022-08-11 05:31:39 UTC
(
hide
)
Description:
Bug 30944: Fix cancelling selected recalls from biblio recalls tab
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2022-08-11 05:31:39 UTC
Size:
1.14 KB
patch
obsolete
>From 0e0060df436e832b4ab94c5d6b0524c3490c0dca Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Thu, 11 Aug 2022 17:29:04 +1200 >Subject: [PATCH] Bug 30944: Fix cancelling selected recalls from biblio > recalls tab > >This is a WIP >--- > koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt | 1 + > 1 file changed, 1 insertion(+) > >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 2f4a573cf8..3fcc9d8ea9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/request.tt >@@ -29,6 +29,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"> >-- >2.11.0
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 30944
:
139012
|
139034
|
140411
|
141207
|
141208