From a8c51f52a9a13c13b17c00e8bd8bcbafd2bc6424 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 22 Nov 2005 18:29:39 +0000 Subject: add backend-realtime config flag, should be more intuitive for guyananet --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') 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 @@ -1201,6 +1201,13 @@ httemplate/docs/config.html 'type' => 'checkbox', }, + { + 'key' => 'backend-realtime', + 'section' => '', + 'description' => 'Run billing for backend signups immediately.', + 'type' => 'checkbox', + }, + { 'key' => 'declinetemplate', 'section' => 'billing', -- cgit v1.2.1