https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21658
Liz Rea <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Liz Rea <[email protected]> --- I tested as follows, with a set up running SIP in my testing setup (docker, this time): sent this: kohadev-koha@b46acddf5bb7:/kohadevbox/koha$ perl misc/sip_cli_emulator.pl --sip_user=term1 --sip_pass=term1 --patron=2 --item='502326000048' -m renew -a 127.0.0.1 -p 6001 -l MAIN Trying 'renew' SEND: 29NN20190508 23053520190508 230535AOMAIN|AA2|AB502326000048|AJ|ACterm1|BON| READ: 300NUN20190508 230535AA2|AB502326000048|AJWorking in health care :|AH|BV3.00|BHUSD|BT06|AOCPL| Item was not renewed. I couldn't get the emulator to do something sensible, so I used telnet for the next part: root@b46acddf5bb7:koha(bug21658-qa)$ telnet localhost 6001 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 9300CNterm1|COterm1|CPMAIN| 941 29NN20190508 23055020190508 230550AOMAIN|AA2|AB502326000048|AJ|ACterm1|BOY| 301YNN20190508 230653AA2|AB502326000048|AJWorking in health care :|AH20190523 235900|CK|BV3.00|BHUSD|BT06|AOCPL| The item was renewed, and the fee was accepted (evidence in the interface and in the string), like I think I was expecting. The SIP server also didn't crash at any point here, so I think that's winning. Liz -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
