diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-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 8bff460fe..93ecf30c7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1227,6 +1227,13 @@ httemplate/docs/config.html }, { + 'key' => 'paymentforcedtobatch', + 'section' => 'UI', + 'description' => 'Causes per customer payment entry to be forced to a batch processor rather than performed realtime.', + 'type' => 'checkbox', + }, + + { 'key' => 'svc_acct-notes', 'section' => 'UI', 'description' => 'Extra HTML to be displayed on the Account View screen.', |