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

Ivan,,, ivan at wavetail.420.am
Tue Mar 22 23:12:32 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition
In directory wavetail.420.am:/tmp/cvs-serv28011

Modified Files:
	times.pm 
Log Message:
add new conditions: package balances and N times, RT#11834

Index: times.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition/times.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- times.pm	23 Mar 2011 05:59:17 -0000	1.1
+++ times.pm	23 Mar 2011 06:12:30 -0000	1.2
@@ -11,7 +11,7 @@
 
 sub option_fields {
   (
-    'run_times'  => { label=>'Interval', type=>'text', value=>'1', },
+    'run_times'  => { label=>'Number of times', type=>'text', value=>'1', },
   );
 }
 



More information about the freeside-commits mailing list