From: ivan Date: Wed, 25 Aug 2010 22:02:02 +0000 (+0000) Subject: slightly better description? X-Git-Tag: freeside_2_1_1^2~92 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=837bf36d5c126a10f0ceba381526fa35d0716b02;p=freeside.git slightly better description? --- diff --git a/FS/FS/part_event/Condition/balance_age.pm b/FS/FS/part_event/Condition/balance_age.pm index fc3461210..84806596a 100644 --- a/FS/FS/part_event/Condition/balance_age.pm +++ b/FS/FS/part_event/Condition/balance_age.pm @@ -45,8 +45,6 @@ sub order_sql { shift->condition_sql_option_age('age'); } -use FS::UID qw( driver_name ); - sub order_sql_weight { 10; } diff --git a/FS/FS/part_event/Condition/once_every.pm b/FS/FS/part_event/Condition/once_every.pm index a0d9d6802..2921b3a22 100644 --- a/FS/FS/part_event/Condition/once_every.pm +++ b/FS/FS/part_event/Condition/once_every.pm @@ -7,7 +7,7 @@ use FS::cust_event; use base qw( FS::part_event::Condition ); -sub description { "Don't run this event more than once in interval"; } +sub description { "Don't run this event more than once in the specified interval"; } # Runs the event at most "once every X".