Bug 12225: Re-implement no block flag for checkouts
authorKyle Hall <kyle@bywatersolutions.com>
Tue, 12 Jul 2022 11:46:31 +0000 (07:46 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 25 Aug 2022 11:22:35 +0000 (08:22 -0300)
commit51eb6e65540e0440a28c80343319a8a895d509df
treea29e01e683a639ece4d1da34d30347fdb7bf3b1f
parent7a4afce04d36d7452d2065a82ce0899ab0047126
Bug 12225: Re-implement no block flag for checkouts

Test Plan ( assuming Koha Testing Docker or kohadevbox ):
1) Check out master
2) Start the SIP server ( edit the SIP config koha instutution to be
   "CPL" instead of "kohalibrary" )
3) Telnet to 6001
4) Send 9300CNkoha|COkoha|CPCPL|
5) Send 11YY20220711    16350220250711    163502AOCPL|AA23529000035676|AB39999000001396|ACkoha|BON|BIN|
6) Note the due date for the checkout in Koha is not in the year 2025:
   Henry Acevedo (23529000035676) checked out Philippics. by Cicero, Marcus Tullius. 39999000001396
7) Apply this patch set
8) Restart all the things!
9) Check in the checkout
10) Repeat steps 3 through 5
11) Note the due date is now in 2025!

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
C4/SIP/ILS.pm
C4/SIP/ILS/Transaction/Checkout.pm
C4/SIP/Sip/MsgType.pm