Bugfix Circulation, Expand ILS::Patron mapping.
authorJoe Atzberger (siptest <atz4sip@arwen.metavore.com>
Tue, 24 Jun 2008 22:35:12 +0000 (17:35 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 25 Jun 2008 16:45:29 +0000 (11:45 -0500)
commit3e7013d1741474d3b51053629e2d0465f7db0bd8
treed04585b13c4db814a1c44dea72fda1e13aa07e5a
parent91b47af583dc317b276f10d0de0492be4833093c
Bugfix Circulation, Expand ILS::Patron mapping.

ILS::Patron is where most of the intelligence for SIP's representation
is lodged.  Currently there is difficulty with C4::Members functions.
GetMemberDetails is required for the needed flags, but it returns
empty structure on bad barcodes, where it should be undef.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Circulation.pm
C4/SIP/ILS/Patron.pm
C4/SIP/Sip/MsgType.pm