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>
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;
}