From: ivan Date: Sun, 10 Apr 2011 22:22:35 +0000 (+0000) Subject: added company_phonenum, for notifications, RT#12363 X-Git-Tag: freeside_2_3_0~423 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=356bb8925386a8a7a5fd49916130329178fceee5 added company_phonenum, for notifications, RT#12363 --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6ea5a51eb..f3e53b537 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2658,6 +2658,14 @@ and customer address. Include units.', }, { + 'key' => 'company_phonenum', + 'section' => 'notification', + 'description' => 'Your company phone number', + 'type' => 'text', + 'per_agent' => 1, + }, + + { 'key' => 'echeck-void', 'section' => 'deprecated', 'description' => 'DEPRECATED, now controlled by ACLs. Used to enable local-only voiding of echeck payments in addition to refunds against the payment gateway',