[freeside-commits] freeside/FS/FS/part_event Condition.pm,1.1,1.2

Ivan,,, ivan at wavetail.420.am
Mon Oct 1 17:19:01 PDT 2007


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

Modified Files:
	Condition.pm 
Log Message:
proper fix for once.pm bug?  hopefully it works :)

Index: Condition.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Condition.pm	1 Aug 2007 22:24:37 -0000	1.1
+++ Condition.pm	2 Oct 2007 00:18:59 -0000	1.2
@@ -125,6 +125,8 @@
 
   $time = $opt{'time'}; #use this instead of time or $^T
 
+  $cust_event = $opt{'cust_event'}; #to retreive the cust_event object being tested
+
 Return a true value if the condition has been met, and a false value if it has
 not.
 



More information about the freeside-commits mailing list