Improve comments in NCIP::ILS.
authorJason Stephenson <jason@sigio.com>
Mon, 22 Sep 2014 13:58:32 +0000 (09:58 -0400)
committerJason Stephenson <jason@sigio.com>
Mon, 22 Sep 2014 13:58:32 +0000 (09:58 -0400)
Add an array example to find_user_barcode and find_item_barcode.

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

index 941f201..9eecfdc 100644 (file)
@@ -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.