https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34258 Bug ID: 34258 Summary: Cannot renew item via SIP2 Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: SIP2 Assignee: koha-bugs@lists.koha-community.org Reporter: a.roussos@dataly.gr QA Contact: testopia@bugs.koha-community.org The ability to renew an item via SIP2 broke with version 23.05. To reproduce, run these commands (tailored for a KTD instance, so adjust them accordingly if necessary): misc/sip_cli_emulator.pl -a localhost -p 6001 -l CPL -su term1 -sp term1 -m checkout --patron koha --item 3999900000001 misc/sip_cli_emulator.pl -a localhost -p 6001 -l CPL -su term1 -sp term1 -m renew --patron koha --item 3999900000001 The last command will fail, and in /var/log/koha/kohadev/sip.log you will get: Use of uninitialized value in string eq at /kohadevbox/koha/C4/Circulation.pm line 1540 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.