summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-08-21 18:45:10 -0700
committerIvan Kohler <ivan@freeside.biz>2012-08-21 18:45:10 -0700
commit0f54bc9de62911521dec0d6d418703a7af8033f6 (patch)
tree875799d9ed5b09bcd1453219c7f9882d69364228 /FS/FS/Conf.pm
parent4e231b1386471a26c37e4d4d4ef236de66fd7e3a (diff)
add agent email, RT#18231
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index d152a0145..42432b2a4 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5245,6 +5245,13 @@ and customer address. Include units.',
],
},
+ {
+ 'key' => 'agent-email_day',
+ 'section' => '',
+ 'description' => 'On this day of each month, agents with master customer records containing email addresses will be emailed a list of their customers and balances.',
+ 'type' => 'text',
+ },
+
{ key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },