[Koha-bugs] [Bug 13411] Koha's SIP server returns not ok for checking in items that are not checked out

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 5 12:06:03 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13411

Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin.rokseth at kul.oslo.k
                   |                            |ommune.no

--- Comment #5 from Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> ---
Not able to confirm expected behaviour.

checkin of item checked out works ok:

Trying 'checkin'
SEND: 09Y201515    115144201515    115144APCPL|AOCPL|AB123456|ACautopass|BIN|
READ: 101YNN20150205    115144AOCPL|AB123456|AQCPL|AJEn tittel|AA2|

but checkin of not checked out item returns error:

Trying 'checkin'
SEND: 09Y201515    115147201515    115147APCPL|AOCPL|AB123456|ACautopass|BIN|
Use of uninitialized value $data in concatenation (.) or string at
./sip_cli_emulator.pl line 270, <GEN0> chunk 1.
READ: 

command used:
perl -I. ./sip_cli_emulator.pl -l CPL -su autouser -sp autopass --port=6001
--address=localhost --item 123456 -m checkin --patron 2

output from SIPServer log:

Use of uninitialized value $id in string ne at C4/SIP/ILS.pm line 84.
Use of uninitialized value $_[1] in sprintf at /usr/lib/perl/5.14/Sys/Syslog.pm
line 368.
Use of uninitialized value in negation (-) at /usr/lib/perl5/DateTime.pm line
1764.
DBD::mysql::st execute failed: called with 1 bind variables when 0 are needed
at C4/Members.pm line 596.
Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/DBI.pm
line 2054.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list