Bugzilla – Attachment 106453 Details for
Bug 25907
When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25907: When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode
Bug-25907-When-cancelling-a-waiting-hold-on-return.patch (text/plain), 1.67 KB, created by
Owen Leonard
on 2020-07-01 12:01:53 UTC
(
hide
)
Description:
Bug 25907: When cancelling a waiting hold on returns.pl, looks for new hold to fill without rescanning barcode
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2020-07-01 12:01:53 UTC
Size:
1.67 KB
patch
obsolete
>From ad960e880381115df290336e72ba233d6918c0d4 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 1 Jul 2020 06:53:18 -0400 >Subject: [PATCH] Bug 25907: When cancelling a waiting hold on returns.pl, > looks for new hold to fill without rescanning barcode > >Right now, after canceling a hold on the checkin screen, a librarian >needs to rescan the item barcode to check and trap the next hold. This >is an extra unnecessary step. > >Test Plan: >1) Place two or more holds on a record >2) Check in the item >3) Confirm the hold >4) Check in the item again >5) Cancel the hold >6) Koha should now display the modal asking to confirm the next hold > without the need to rescan the barcode! > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index 57ad49518a..84efebe53d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -459,6 +459,7 @@ > > <div class="modal-footer"> > <input type="hidden" name="cancel_reserve" value="0" /> >+ <input type="hidden" name="barcode" value="[% barcode | html %]" /> > > <button type="submit" class="btn btn-default approve" data-dismiss="modal"> > <i class="fa fa-check"></i> Confirm hold >-- >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 25907
:
106451
|
106453
|
106751
|
107152