ACQ MARC upload barcode extraction user/berick/acq-upload-extract-barcode
authorBill Erickson <berick@esilibrary.com>
Tue, 6 Mar 2012 13:54:55 +0000 (08:54 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 7 Mar 2012 13:38:52 +0000 (08:38 -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>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm

index 1b1aff3..c7ca67f 100644 (file)
@@ -1343,7 +1343,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;
         }