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 a4b084d50..7799aadff 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2657,6 +2657,13 @@ and customer address. Include units.', }, { + 'key' => 'payment_history_msgnum', + 'section' => 'notification', + 'description' => 'Template to use for sending payment history to customer', + %msg_template_options, + }, + + { 'key' => 'payby', 'section' => 'billing', 'description' => 'Available payment types.', |