(Bug 3767 - Return error if checkin passed an invalid item
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 4 Nov 2009 21:15:55 +0000 (21:15 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Tue, 9 Feb 2010 02:19:01 +0000 (21:19 -0500)
commit1deaecb6d821f2b8f2e3e3aca2e77f3e28d7aefb
tree267e54afc16e7a43bf4f5df6f4ab4ef68952ea86
parent0f5cba428dd50144b61f1524dc67a0c6e8fd4321
(Bug 3767 - Return error if checkin passed an invalid item

If an invalid item barcode is passed to checkin
the sip2 connection dies. This is because although
no item object is created its mehods are called in Checkin
To maintain the connection properly catch the condition
and return the correct response to the unit
(should also fix Bug #3696 )

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/SIP/ILS.pm