[freeside-commits] freeside/FS/FS/part_event/Condition times.pm, 1.1.2.2, 1.1.2.3
Ivan,,,
ivan at wavetail.420.am
Tue Mar 22 23:12:33 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/part_event/Condition
In directory wavetail.420.am:/tmp/cvs-serv28022
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.2.2
retrieving revision 1.1.2.3
diff -u -w -d -r1.1.2.2 -r1.1.2.3
--- times.pm 23 Mar 2011 05:59:18 -0000 1.1.2.2
+++ times.pm 23 Mar 2011 06:12:31 -0000 1.1.2.3
@@ -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