Bug 24377: Record passed branch if renewing via cron
authorNick Clemens <nick@bywatersolutions.com>
Thu, 16 Jan 2020 13:09:58 +0000 (13:09 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 30 Jan 2020 15:36:00 +0000 (15:36 +0000)
commit9384ed4aa8fa833c8a2ab5f1e237e5858feea6c1
tree96a78a7315ff35b0ba06559f66185284aa004fe2
parentde6d12edfa02dde87d90b1f0f3d1225f80c73162
Bug 24377: Record passed branch if renewing via cron

To test:
1 - Checkout an item with auto renewal set and eligible for auto renew
2 - Set no renewal before in the circ rules to 99 (something greater than the checkout period)
3 - perl misc/cronjobs/automatic_renewals.pl
4 - Check the statistics table, note the branch for renewal is null
    SELECT * FROM statistics WHERE itemnumber={itemnumber} AND type='RENEWAL'
5 - Apply patch
6 - Repeat 1-4
7 - Note the branch is set to the issuing branch

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Ed Veal <eveal@mckinneytexas.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Circulation.pm