Bug 24446: (QA follow-up) Set TransferTrigger to 'Reserve' for bug 24298
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 18 Feb 2021 08:42:48 +0000 (08:42 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 3 Mar 2021 14:36:13 +0000 (15:36 +0100)
commit4bf43fc06652cd4fc7af4dec1258836a91b845d2
tree8344a088c6ea50716575d4d8defae86c706cc1a5
parent1bfccf58648537540ba39d207dcc6909dcf244d8
Bug 24446: (QA follow-up) Set TransferTrigger to 'Reserve' for bug 24298

The SIP initiated transfer was set to use the 'TransferTrigger' passed
back from AddReturn; However, TransferTrigger is not set for reserves in
AddReturn (It's is set controller side by circ/returns.pl). We thus need
to also hard code the trigger type in the SIP transaction for reserves.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/SIP/ILS/Transaction/Checkin.pm