]> git.koha-community.org Git - koha.git/commit
Bug 35394: Correction to booked items logic
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 8 Mar 2024 15:25:10 +0000 (15:25 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 19 Apr 2024 16:06:34 +0000 (18:06 +0200)
commit1ebd742e08494c111a8998bee730ed8bd4bcee37
treecb8a815d0b82bdd8c2c152e31fd20f0eac1cb346
parent1ace57be4643ee255f9ad6ecd135c4e9a1d184e7
Bug 35394: Correction to booked items logic

This patch fixes the overly extreme message that was designed to appeared
when someone tried to check out a booked item to the wrong user.
However, the message never appeared due to a logic error within
CanBookBeIssued which this patch also resolved.

Test plan
1) Make an item bookable
2) Add a booking for the item to patron A from tomorrow
3) In the database, update the booking start_date to today (or wait a
   day before the next step)
4) Attempt to check the book out to patron B.
   Note that you are displayed with the new message 'The item is booked
   for another patron' and you are unable to check the item out.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/Circulation.pm
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt