[Koha-bugs] [Bug 23548] AQ field required in checkin response

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 1 12:29:44 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23548

--- Comment #5 from David Nind <david at davidnind.com> ---
Thanks Stefan!

With koha-testing-docker, SIP2 is already configured. SIP user and password is
term1.

Changed step 2 from comment #3 to ./misc/sip_cli_emulator.pl -m checkin -a
localhost -p 6001 -l 123 -su term1 -sp term1 -t CR --item 123123123

Output before patch applied:

Attempting socket connection to localhost:6001...connected!
Use of uninitialized value $hold_mode in string eq at
./misc/sip_cli_emulator.pl line 120.
SEND: 9300CNterm1|COterm1|CP123|
READ: 941
Trying 'checkin'
SEND: 09N20220601    10213620220601   
102136AP123|AO123|AB123123123|ACterm1|BIN|
READ: 
100NUY20220601    102136AO123|AB123123123|CV99|AFInvalid Item|

Output after patch applied:

Attempting socket connection to localhost:6001...connected!
Use of uninitialized value $hold_mode in string eq at
./misc/sip_cli_emulator.pl line 120.
SEND: 9300CNterm1|COterm1|CP123|
READ: 941
Trying 'checkin'
SEND: 09N20220601    10232820220601   
102328AP123|AO123|AB123123123|ACterm1|BIN|
READ: 
100NUY20220601    102329AO123|AB123123123|AQ|CV99|AFInvalid Item|

Last line now as |AQ|

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list