From: Jason Stephenson Date: Mon, 22 Sep 2014 13:58:32 +0000 (-0400) Subject: Improve comments in NCIP::ILS. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3c84db10c7b7dd135e2cfa946835e51386d67344;p=NCIPServer.git Improve comments in NCIP::ILS. Add an array example to find_user_barcode and find_item_barcode. Signed-off-by: Jason Stephenson --- diff --git a/lib/NCIP/ILS.pm b/lib/NCIP/ILS.pm index 941f201..9eecfdc 100644 --- a/lib/NCIP/ILS.pm +++ b/lib/NCIP/ILS.pm @@ -302,6 +302,7 @@ sub parse_request_type { =head2 find_user_barcode $barcode = $ils->find_user_barcode($request); + ($barcode, $field) = $ils->find_user_barcode($request); If you have a request type that includes a user barcode identifier value, this routine will find it. @@ -350,6 +351,7 @@ sub find_user_barcode { =head2 find_item_barcode $barcode = $ils->find_item_barcode($request); + ($barcode, $field) = $ils->find_item_barcode($request); If you have a request type that includes an item barcode identifier value, this routine will find it.