projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9fe83
)
added company_phonenum, for notifications, RT#12363
author
ivan
<ivan>
Sun, 10 Apr 2011 22:22:35 +0000
(22:22 +0000)
committer
ivan
<ivan>
Sun, 10 Apr 2011 22:22:35 +0000
(22:22 +0000)
FS/FS/Conf.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Conf.pm
b/FS/FS/Conf.pm
index
6ea5a51
..
f3e53b5
100644
(file)
--- a/
FS/FS/Conf.pm
+++ b/
FS/FS/Conf.pm
@@
-2657,6
+2657,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',