From 3c84db10c7b7dd135e2cfa946835e51386d67344 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 22 Sep 2014 09:58:32 -0400 Subject: [PATCH] Improve comments in NCIP::ILS. Add an array example to find_user_barcode and find_item_barcode. Signed-off-by: Jason Stephenson --- lib/NCIP/ILS.pm | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.43.2