X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_event%2FAction%2Fnotice.pm;fp=FS%2FFS%2Fpart_event%2FAction%2Fnotice.pm;h=8e22c68447277a7469633c1e768f43de246ada7e;hb=523edd344793bba1c53a622dcc618e74a962bcb6;hp=126965374473f6e969693214510831bc24f1be7d;hpb=a5713014d58b2a6f4d5f795fbda6aa50126c2afb;p=freeside.git diff --git a/FS/FS/part_event/Action/notice.pm b/FS/FS/part_event/Action/notice.pm index 126965374..8e22c6844 100644 --- a/FS/FS/part_event/Action/notice.pm +++ b/FS/FS/part_event/Action/notice.pm @@ -5,7 +5,7 @@ use base qw( FS::part_event::Action ); use FS::Record qw( qsearchs ); use FS::msg_template; -sub description { 'Send a notice from a message template'; } +sub description { 'Email a notice to the customer\'s billing address'; } #sub eventtable_hashref { # { 'cust_main' => 1,