https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34767
--- Comment #3 from David Nind <[email protected]> --- Testing notes (using KTD): 1. Applied bug 34764 before starting (not sure whether I should have applied it before starting or at step 5 of the test plan, as not listed as a dependency for this bug). 2. Response from - step 3 (renewal does not work - check details under checkouts for Henry in the staff interface): ./misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --patron 23529000035676 --item 39999000007756 -m renew Attempting socket connection to localhost:6001...connected! Use of uninitialized value $hold_mode in string eq at ./misc/sip_cli_emulator.pl line 123. SEND: 9300CNterm1|COterm1|CPCPL| READ: 941 Trying 'renew' SEND: 29NN20230912 17483420230912 174834AOCPL|AA23529000035676|AB39999000007756|AJ|ACterm1| READ: 300NUN20230912 174834AA23529000035676|AB39999000007756|AJScarlet and black /|AH|BV1.00|BHUSD|BT06|AOCPL| 3. Response - step 4 (renewal does not work - check details under checkouts for Henry in the staff interface): ./misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --fee-acknowledged Y --patron 23529000035676 --item 39999000007756 -m renew Attempting socket connection to localhost:6001...connected! Use of uninitialized value $hold_mode in string eq at ./misc/sip_cli_emulator.pl line 123. SEND: 9300CNterm1|COterm1|CPCPL| READ: 941 Trying 'renew' SEND: 29NN20230912 17493120230912 174931AOCPL|AA23529000035676|AB39999000007756|AJ|ACterm1|BOY| READ: 300NUN20230912 174931AA23529000035676|AB39999000007756|AJScarlet and black /|AH|BV1.00|BHUSD|BT06|AOCPL| 4. Response from step 5 (renewal now works - showing 1 renewal with 4 of 5 renewals remaining): ./misc/sip_cli_emulator.pl -a localhost -p 6001 -su term1 -sp term1 -l CPL --fee-acknowledged Y --patron 23529000035676 --item 39999000007756 -m renew Attempting socket connection to localhost:6001...connected! Use of uninitialized value $hold_mode in string eq at ./misc/sip_cli_emulator.pl line 123. SEND: 9300CNterm1|COterm1|CPCPL| READ: 941 Trying 'renew' SEND: 29NN20230912 17525220230912 175252AOCPL|AA23529000035676|AB39999000007756|AJ|ACterm1|BOY| READ: 301YNN20230912 175253AA23529000035676|AB39999000007756|AJScarlet and black /|AH20230917 235900|CK|BV1.00|BHUSD|BT06|AOCPL| -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. _______________________________________________ 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/
