https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27196
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from David Cook <[email protected]> --- My test plan: 0. koha-sip --restart kohadev 1. Go to http://localhost:8081/cgi-bin/koha/reserve/request.pl?borrowernumber=51&biblionumber=29 2. Click "Place hold" 3. koha-shell kohadev 4. perl misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 --item 39999000001310 -l FPL -m checkin 5. Note that SIP emulator does not die and you get the following output: Attempting socket connection to localhost:6001...connected! SEND: 9300CNterm1|COterm1|CPFPL| READ: 941 Trying 'checkin' SEND: 09N20201223 23152620201223 231526APFPL|AOFPL|AB39999000001310|ACterm1|BIN| READ: 101YNY20201223 231526AOFPL|AB39999000001310|AQCPL|AJGairm.|CY42|CTCPL|DAkoha|CRREF|CV02| 6. Go to http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=51 7. Note that the hold displays normally as in transit from Fairview 8. Go to http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumbers=29/ 9. Note that the hold displays normally as being transferred to Centerville -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
