[freeside-commits] freeside/FS/FS cust_event.pm,1.3,1.4

Ivan,,, ivan at wavetail.420.am
Tue Oct 2 14:56:13 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv4010

Modified Files:
	cust_event.pm 
Log Message:
doh!

Index: cust_event.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_event.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cust_event.pm	2 Oct 2007 00:22:41 -0000	1.3
+++ cust_event.pm	2 Oct 2007 21:56:11 -0000	1.4
@@ -190,7 +190,7 @@
   my $part_event = $self->part_event;
   my $object = $self->cust_X;
   my @conditions = $part_event->part_event_condition;
-  %opt{'cust_event'} = $self;
+  $opt{'cust_event'} = $self;
 
   #no unsatisfied conditions
   #! grep ! $_->condition( $object, %opt ), @conditions;



More information about the freeside-commits mailing list