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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 24 23:27:22 EDT 2010


Author: erickson
Date: 2010-09-24 23:27:20 -0400 (Fri, 24 Sep 2010)
New Revision: 17987

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
Log:
events don't have granularity's.  removing

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm	2010-09-25 01:13:58 UTC (rev 17986)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm	2010-09-25 03:27:20 UTC (rev 17987)
@@ -502,7 +502,6 @@
             $event->event_def( $def->id );
             $event->run_time( $run_time );
             $event->user_data( OpenSRF::Utils::JSON->perl2JSON($user_data) ) if (defined($user_data));
-            $event->granularity($granularity) if (defined $granularity);
 
             $editor->create_action_trigger_event( $event );
 



More information about the open-ils-commits mailing list