]> git.koha-community.org Git - koha.git/commit
Bug 28139: Handle Processing status with HoldsAutoFill pref turned on
authorJoonas Kylmälä <joonas.kylmala@helsinki.fi>
Tue, 13 Apr 2021 08:22:16 +0000 (11:22 +0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 29 Apr 2021 09:16:45 +0000 (11:16 +0200)
commite35e811b46a8efbb2cdb05df4923c074044c8230
treea949e29020861b0be33b17cd27e084d3aadb6319
parent5f0d2ecdd5fe0f660374ced7fdc9c2912bc69f24
Bug 28139: Handle Processing status with HoldsAutoFill pref turned on

To test:
 1: Turn on HoldsAutoFill setting
 2: Place a item-level hold on item X at Branch A
 3: Make the hold to Processing state:
 $ koha-mysql kohadev
 > select * from reserves; # look up the reserve_id
 > UPDATE reserves SET found = 'P', priority = 0 WHERE reserve_id = XXX;
 4: Check in the item X at Branch A - A pop-up asking confirmation comes
 5: Apply patch & restart plack
 6: Check in the item X again at Branch A - now the hold is confirmed automatically

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 49da7cd462488e58572730da2ccd8dbf8aed839c)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
circ/returns.pl