[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
- Previous message: [freeside-commits] freeside/httemplate/search cust_bill_event.cgi, 1.13, 1.14
- Next message: [freeside-commits] freeside/FS/FS access_right.pm, 1.1, 1.2 access_user_pref.pm, 1.2, 1.3 access_usergroup.pm, 1.1, 1.2 pay_batch.pm, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [freeside-commits] freeside/httemplate/search cust_bill_event.cgi, 1.13, 1.14
- Next message: [freeside-commits] freeside/FS/FS access_right.pm, 1.1, 1.2 access_user_pref.pm, 1.2, 1.3 access_usergroup.pm, 1.1, 1.2 pay_batch.pm, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list