diff options
author | ivan <ivan> | 2011-04-10 22:22:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-10 22:22:36 +0000 |
commit | 0b7d38278c191627a0e81eba16e894265fe9d300 (patch) | |
tree | c9be86dfddc5ae30d5c71187761a977c0ef1e859 | |
parent | de12affd4500b6c651c8bf4e9a7c7458eb6940d8 (diff) |
added company_phonenum, for notifications, RT#12363
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -2642,6 +2642,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' => '<B>DEPRECATED</B>, now controlled by ACLs. Used to enable local-only voiding of echeck payments in addition to refunds against the payment gateway', |