From: ivan Date: Sun, 10 Apr 2011 22:22:36 +0000 (+0000) Subject: added company_phonenum, for notifications, RT#12363 X-Git-Tag: freeside_2_1_3~325 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0b7d38278c191627a0e81eba16e894265fe9d300;p=freeside.git added company_phonenum, for notifications, RT#12363 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 74bd36897..d9ced6c7e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2641,6 +2641,14 @@ and customer address. Include units.', 'per_agent' => 1, }, + { + 'key' => 'company_phonenum', + 'section' => 'notification', + 'description' => 'Your company phone number', + 'type' => 'text', + 'per_agent' => 1, + }, + { 'key' => 'echeck-void', 'section' => 'deprecated',