[freeside-commits] freeside/FS/FS cust_event.pm,1.2,1.3
Ivan,,,
ivan at wavetail.420.am
Mon Oct 1 17:22:43 PDT 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv18233
Modified Files:
cust_event.pm
Log Message:
proper fix for once.pm bug? hopefully it works :)
Index: cust_event.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_event.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cust_event.pm 12 Sep 2007 04:23:53 -0000 1.2
+++ cust_event.pm 2 Oct 2007 00:22:41 -0000 1.3
@@ -190,6 +190,7 @@
my $part_event = $self->part_event;
my $object = $self->cust_X;
my @conditions = $part_event->part_event_condition;
+ %opt{'cust_event'} = $self;
#no unsatisfied conditions
#! grep ! $_->condition( $object, %opt ), @conditions;
More information about the freeside-commits
mailing list