Bug 4108 Catch cases when GetMember is generating errors
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 4 Feb 2010 18:22:48 +0000 (18:22 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 5 Feb 2010 12:57:26 +0000 (07:57 -0500)
commite321fc9184c86fe809376a3a97ff37698d12acda
tree04c681366878ddcbe93e4f4fb25afb770af68bd0
parentf93ee104de753676118a3c0d36288580d4624da6
Bug 4108 Catch cases when GetMember is generating errors

Fixed two calls where new interface was not used
Arguably new syntax allows more options than we require but it was not catching
error cases (when 0 or undef is passed). It also can now be called in ways
which would validly return multiple hits but explicitly does not
(nor does calling code expect this)
This patch should quieten the flood of errors

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Members.pm
C4/SIP/ILS/Item.pm
acqui/acqui-home.pl