Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
Joonas Kylmälä fd0bc2204c Bug 25690: Make CanBookBeIssued return In Processing state as needing confirmation
This prevents checking out to a patron an item with hold to someone
else in the In Processing state via staff interface.

Also the checkout error message via SIP is now a more clearer one: "Item is
on hold for another patron." Before it was "Item cannot be issued:
$confirmation".

Also the branch transfer and batch checkout pages are adapted to this new
confirmation message as well.

To test:
 1) Create bib level hold to an item for patron A
 2) Check-in that item via SIP2, now the hold state should be "In processing"
 3) Apply patch
 4) Try to checkout the item to patron B via staff interface and
    notice we get now confirmation prompt do we really want to do it
    because it is in processing.

 In order to not have to setup SIP2 server, alternatively steps 1) and
 2) can be done so that you check-in the item in staff interface and
 make it Waiting, and then with SQL change it to "In processing":

 UPDATE reserves SET found = "P" WHERE reserve_id = XXX;
 UPDATE reserves SET waitingdate = NULL WHERE reserve_id = XX
 UPDATE reserves SET expirationdate = NULL WHERE reserve_id = XXX;

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-03-04 16:18:42 +01:00
..
article-requests.tt Bug 26602: Don't export "actions" column 2021-02-08 14:56:00 +01:00
bookcount.tt Bug 21449: Update two-column templates with Bootstrap grid: Circulation part 2 2019-01-30 11:59:40 +00:00
branchoverdues.tt Bug 23852: Merge biblio-title.inc and biblio-default-view.inc 2020-10-08 15:01:29 +02:00
branchtransfers.tt Bug 25690: Make CanBookBeIssued return In Processing state as needing confirmation 2021-03-04 16:18:42 +01:00
checkout-notes.tt Bug 26602: Don't export "actions" column 2021-02-08 14:56:00 +01:00
circulation-home.tt Bug 24201: (QA follow-up) Add 'and desk' to menus and title 2020-08-07 16:54:40 +02:00
circulation.tt Bug 25690: Make CanBookBeIssued return In Processing state as needing confirmation 2021-03-04 16:18:42 +01:00
circulation_batch_checkouts.tt Bug 25690: Make CanBookBeIssued return In Processing state as needing confirmation 2021-03-04 16:18:42 +01:00
offline-mf.tt Bug 23803: (follow-up) Remove additional references and file 2019-10-11 14:35:17 +01:00
offline.tt Bug 25765: Replace LoginBranchname and LoginBranchcode with use of Branches template plugin 2020-07-23 11:17:27 +02:00
on-site_checkouts.tt Bug 26323: Retrieve the correct values for LOST, DAMAGED, LOC and CCODE 2020-09-28 16:09:10 +02:00
overdue.tt Bug 8287: Improve "show checked out items" filter on the overdues report 2021-02-15 11:48:55 +01:00
pendingreserves.tt Bug 27803: Ensure publicationyear or copyrightdate shows in Holds to Pull 2021-03-03 11:57:51 +01:00
printslip.tt Bug 21526: (follow-up) Use the 'url' filter when needed 2018-11-12 16:35:44 -03:00
renew.tt Bug 24083: Add support for unseen_renewals 2020-11-11 16:09:58 +01:00
request-article.tt Bug 26727: (follow-up) More markup corrections 2020-11-06 09:40:27 +01:00
reserveratios.tt Bug 23852: Merge biblio-title.inc and biblio-default-view.inc 2020-10-08 15:01:29 +02:00
returns.tt Bug 24446: Catch daterequested in circ returns 2021-03-03 15:36:13 +01:00
set-library.tt Bug 24665: (QA follow-up) Fix selection default 2020-11-06 15:55:17 +01:00
transferstoreceive.tt Bug 23852: Merge biblio-title.inc and biblio-default-view.inc 2020-10-08 15:01:29 +02:00
view_holdsqueue.tt Bug 23852: Merge biblio-title.inc and biblio-default-view.inc 2020-10-08 15:01:29 +02:00
waitingreserves.tt Bug 26234: Teach our KohaTable constructor the specific th classes 2020-08-19 08:24:04 +02:00