diff options
author | ivan <ivan> | 2005-11-22 18:29:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-22 18:29:39 +0000 |
commit | a8c51f52a9a13c13b17c00e8bd8bcbafd2bc6424 (patch) | |
tree | 81619580e8a51a76b5fe4044d486271c7e413882 /FS | |
parent | b16afdcb3d9ea99c7c125d64ee864d7dff63a384 (diff) |
add backend-realtime config flag, should be more intuitive for guyananet
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7fed1a49b..4090a9001 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1202,6 +1202,13 @@ httemplate/docs/config.html }, { + 'key' => 'backend-realtime', + 'section' => '', + 'description' => 'Run billing for backend signups immediately.', + 'type' => 'checkbox', + }, + + { 'key' => 'declinetemplate', 'section' => 'billing', 'description' => 'Template file for credit card decline emails.', |