[open-ils-commits] r15807 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Mar 11 16:11:06 EST 2010


Author: phasefx
Date: 2010-03-11 16:11:01 -0500 (Thu, 11 Mar 2010)
New Revision: 15807

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm
Log:
important to commit the transaction :)

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm	2010-03-11 21:02:18 UTC (rev 15806)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Order.pm	2010-03-11 21:11:01 UTC (rev 15807)
@@ -2356,7 +2356,11 @@
         }
     }
 
-    return ($e->create_acq_user_request($aur_obj) or $e->die_event);
+    $aur_obj = $e->create_acq_user_request($aur_obj) or $e->die_event;
+
+    $e->commit;
+
+    return $aur_obj;
 }
 
 



More information about the open-ils-commits mailing list