ACQ MARC upload barcode extraction
authorBill Erickson <berick@esilibrary.com>
Tue, 6 Mar 2012 13:54:55 +0000 (08:54 -0500)
committerMike Rylander <mrylander@gmail.com>
Thu, 8 Mar 2012 18:29:17 +0000 (13:29 -0500)
Using "barcode" as the key, it's now possible to extract copy barcodes,
in addition to price, quantity, fund, etc., during ACQ vendor MARC file
upload.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm

index 9eef738..b0290a5 100644 (file)
@@ -1338,7 +1338,8 @@ sub import_lineitem_details {
                 circ_modifier   => $$compiled{circ_modifier},
                 note            => $$compiled{note},
                 location        => $$compiled{copy_location},
-                collection_code => $$compiled{collection_code}
+                collection_code => $$compiled{collection_code},
+                barcode         => $$compiled{barcode}
             ) or return 0;
         }