]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
Change ILS->find_barcode to ILS->find_user_barcode.
authorJason Stephenson <jason@sigio.com>
Sun, 24 Aug 2014 14:11:03 +0000 (10:11 -0400)
committerJason Stephenson <jason@sigio.com>
Sun, 24 Aug 2014 14:11:03 +0000 (10:11 -0400)
commit6f372ac976df83fc57c8864abf4d62a2f1107d02
tree88f982c99dee1a7e68f66b628f441f0f10308449
parentf9633641e1392db336da6acc55f02c7da3708553
Change ILS->find_barcode to ILS->find_user_barcode.

I anticipate that we'll need a separate method to find an item
barcode.

Also, we return the tag of the field where the barcode was in
list context. We still return only the barcode in scalar context.

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