[Koha-bugs] [Bug 21658] Renew requests fail if a fee attached

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 9 01:11:23 CEST 2019


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

Liz Rea <wizzyrea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wizzyrea at gmail.com

--- Comment #8 from Liz Rea <wizzyrea at gmail.com> ---
I tested as follows, with a set up running SIP in my testing setup (docker,
this time):

sent this:
kohadev-koha at 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 at 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.


More information about the Koha-bugs mailing list