set copy location on li detail on import
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Apr 2009 15:17:09 +0000 (15:17 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 10 Apr 2009 15:17:09 +0000 (15:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12843 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm

index fa9e163..2fa4f61 100644 (file)
@@ -831,7 +831,8 @@ sub import_lineitem_details {
                 cn_label => $$compiled{call_number},
                 fund => $$compiled{fund},
                 circ_modifier => $$compiled{circ_modifier},
-                note => $$compiled{note}
+                note => $$compiled{note},
+                location => $$compiled{copy_location}
             ) or return 0;
         }