[open-ils-commits] r12391 - trunk/Open-ILS/src/perlmods/OpenILS/Application (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 3 20:45:07 EST 2009


Author: miker
Date: 2009-03-03 20:45:06 -0500 (Tue, 03 Mar 2009)
New Revision: 12391

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
Log:
typo -- must have hit "x" at the wrong time

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2009-03-03 23:04:19 UTC (rev 12390)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Ingest.pm	2009-03-04 01:45:06 UTC (rev 12391)
@@ -1169,7 +1169,7 @@
 			->gather(1);
 
         if (!$cn) {
-            $c = Fieldmapper::asset::call_number->new;
+            $cn = Fieldmapper::asset::call_number->new;
             $cn->isnew( 1 );
             $cn->deleted('f');
             $cn->id( $$max_cn++ );



More information about the open-ils-commits mailing list