]> git.koha-community.org Git - koha.git/commit
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)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Oct 2022 22:09:44 +0000 (22:09 +0000)
commitf17d1492734118f80bad5497aed353027d5960a6
tree3d47ae52f440e5ff47dbfd88d89b71c93ab7e431
parente9c2f0c1fb1f5877bf664a4ab28f2b42a0f03307
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>
(cherry picked from commit 51eb6e65540e0440a28c80343319a8a895d509df)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/SIP/ILS.pm
C4/SIP/ILS/Transaction/Checkout.pm
C4/SIP/Sip/MsgType.pm