return the picklist when creating a new picklist during record upload
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Oct 2009 13:27:45 +0000 (13:27 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 14 Oct 2009 13:27:45 +0000 (13:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14417 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index f027a37..0009ba9 100644 (file)
@@ -973,6 +973,7 @@ sub upload_records {
             return $e->die_event unless 
                 $e->allowed('CREATE_PICKLIST', $picklist->org_unit, $picklist);
         }
+        $mgr->picklist($picklist);
     }
 
     if($create_po) {