summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-04-10 22:22:35 +0000
committerivan <ivan>2011-04-10 22:22:35 +0000
commit356bb8925386a8a7a5fd49916130329178fceee5 (patch)
tree2da099e53355c7a67dc907ac407e039e07a9b705
parentae9fe834eabeb6e0bf3d39b5f5ee1eb22203b345 (diff)
added company_phonenum, for notifications, RT#12363
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
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' => '<B>DEPRECATED</B>, now controlled by ACLs. Used to enable local-only voiding of echeck payments in addition to refunds against the payment gateway',