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 e3f8a5a15..b4ce0baaa 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -3525,6 +3525,13 @@ and customer address. Include units.', 'select_enum' => [ 'approve', 'decline' ], }, + { + 'key' => 'batch-errors_to', + 'section' => 'billing', + 'description' => 'Email errors when processing batches to this address. If unspecified, batch processing will stop immediately on error.', + 'type' => 'text', + }, + #lists could be auto-generated from pay_batch info { 'key' => 'batch-fixed_format-CARD', |