Browse Source

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>
Signed-off-by: Rebecca Coert <rcoert@arlingtonva.us>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
20.11.x
Kyle Hall 4 years ago
committed by Jonathan Druart
parent
commit
b31fdc8f55
  1. 1
      koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

1
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

Loading…
Cancel
Save