[open-ils-commits] r17988 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Sep 24 23:27:59 EDT 2010
Author: erickson
Date: 2010-09-24 23:27:57 -0400 (Fri, 24 Sep 2010)
New Revision: 17988
Modified:
branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
Log:
events don't have granularity's. removing
Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm 2010-09-25 03:27:20 UTC (rev 17987)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Trigger.pm 2010-09-25 03:27:57 UTC (rev 17988)
@@ -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