[open-ils-commits] [GIT] Evergreen ILS branch master updated. e9946e925e33078b6e0a1f40c34ea59d2d7a15d3

Evergreen Git git at git.evergreen-ils.org
Thu Mar 8 13:24:18 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  e9946e925e33078b6e0a1f40c34ea59d2d7a15d3 (commit)
      from  838ff8b5a5d9fc8e482fef6c3d3d55130a3f452d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e9946e925e33078b6e0a1f40c34ea59d2d7a15d3
Author: Bill Erickson <berick at esilibrary.com>
Date:   Tue Mar 6 08:54:55 2012 -0500

    ACQ MARC upload barcode extraction
    
    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 at esilibrary.com>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm b/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
index 9eef738..b0290a5 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Order.pm
@@ -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;
         }
 

-----------------------------------------------------------------------

Summary of changes:
 .../perlmods/lib/OpenILS/Application/Acq/Order.pm  |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list