]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Add $code option to NCIP::ILS->find_bibliographic_id.
authorJason Stephenson <jason@sigio.com>
Mon, 22 Sep 2014 18:32:34 +0000 (14:32 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 22 Sep 2014 18:32:34 +0000 (14:32 -0400)
commitec07fad3df5c3297c87a34b7bbfcd5657481d963
treefacbd6a2e3fbce4613c17776425e3cdf75d38c3e
parent3822ff2c35f0d7c3e5fe9eb10e036f43ffd52d0d
Add $code option to NCIP::ILS->find_bibliographic_id.

I wonder now, if I should not have overriden the method in the
Evergreen driver, but I thought this would be generically useful.

We will probably want a method that can return all of the IDs at
some point, but for now, any subclasses that need that, can
implement it, themselves.

Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS.pm