[Bug 3696] New: checking in invalid item causes break of comm
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3696 Summary: checking in invalid item causes break of comm Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: major Priority: P3 Component: SIP2 AssignedTo: joe.atzberger@liblime.com ReportedBy: patrick.langer@easycheck.org Estimated Hours: 0.0 Change sponsored?: --- When checking in an invalid (unknown) item via SIP2, communication is broken. This may be related to Bug 2653. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3696 --- Comment #1 from Patrick Langer <patrick.langer@easycheck.org> 2009-10-11 21:27:55 --- In SIP::ILS Checkin around row 180 $circ->item($item = new ILS::Item $item_id) returns an undefined $item when the barcode is not found, causing the $circ->do_checkin to break. I suggest to insert if (!defined($item)) { $circ->screen_msg("No such item."); } else { [rest of the transaction part] } to catch this. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3696 Colin Campbell <colin.campbell@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin.campbell@ptfs- | |europe.com Priority|P3 |PATCH-Sent --- Comment #2 from Colin Campbell <colin.campbell@ptfs-europe.com> 2009-11-04 21:29:35 --- Patch sent for bug 3767 should address this. 3767 is a duplicate of this bug -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3696 --- Comment #3 from Colin Campbell <colin.campbell@ptfs-europe.com> 2009-11-04 21:31:04 --- *** Bug 3767 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3696 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt@gmail.com --- Comment #4 from Galen Charlton <gmcharlt@gmail.com> 2010-02-09 02:21:08 --- Patch pushed to HEAD for inclusion in 3.2. Please test and close. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3696 Colin Campbell <colin.campbell@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@kohaorg.ec2.liblime.com