From: ivan Date: Wed, 23 Mar 2011 06:12:30 +0000 (+0000) Subject: add new conditions: package balances and N times, RT#11834 X-Git-Tag: freeside_2_3_0~468 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=e32e1a2357e42a596d12d814f06b8902d05240a1;p=freeside.git add new conditions: package balances and N times, RT#11834 --- diff --git a/FS/FS/part_event/Condition/times.pm b/FS/FS/part_event/Condition/times.pm index e4410bb99..428a2cb09 100644 --- a/FS/FS/part_event/Condition/times.pm +++ b/FS/FS/part_event/Condition/times.pm @@ -11,7 +11,7 @@ sub description { "Run this event the specified number of times"; } sub option_fields { ( - 'run_times' => { label=>'Interval', type=>'text', value=>'1', }, + 'run_times' => { label=>'Number of times', type=>'text', value=>'1', }, ); }