[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 09:13:19 CEST 2022


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

--- Comment #3 from Stefan Berndtsson <stefan.berndtsson at ub.gu.se> ---
(In reply to David Nind from comment #2)
> I'm not familiar with SIP2, but I would like to test.

I don't have an instance without the patch near me at the moment that can run
SIP commands, but it should be something like (tweak credentials and such as
needed):

Barcode 123123123 is a barcode that is not in the database.

1. Have SIP-server running
2. ./sip_cli_emulator.pl -m checkin -a localhost -p 6001 -l 123 -su sipuser -sp
sippass -t CR --item 123123123
3. See that AQ is missing completely.
4. Apply patch
5. Run same command again.
6. See that AQ| is present.

That is the expected situation, but as mentioned, I haven't tested the
non-patched version.

-- 
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