]> git.koha-community.org Git - koha.git/commit
Bug 19241: Waiting items show as available in the cart
authorNick Clemens <nick@bywatersolutions.com>
Tue, 16 Apr 2019 17:21:01 +0000 (17:21 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 26 Apr 2019 15:15:08 +0000 (16:15 +0100)
commit17b2811d519ed0f4c59bbaafd3194566515cee34
treec649f156087cb5d39ee0a1537c54b9bc92c62228
parent461c7176735cbfd4ed7db97a9fa094b60ac2e0ca
Bug 19241: Waiting items show as available in the cart

The cart uses the same item-status.inc that the details page uses, however, we don't
set the waiting or reserved flags. This patch adds those flags to the script

To test:
1 - Find an item on the opac
2 - Place a hold on the item
3 - Check in the item to confirm the hold
4 - Note the details page on OPAC shows 'On hold'
5 - Add the item to a basket
6 - Note the basket shows 'Available'
7 - Apply patch
8 - Check the cart, should show as 'On hold'

Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit e2fa6d97ef45efb902086aa3a3d232137c054afa)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
opac/opac-basket.pl