From 30899b6b9d22646ec43e381b53b39f465f04c76a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 3 Apr 2017 18:33:15 -0700 Subject: [PATCH] configure "Please pay by" string per agent, RT#75372 --- FS/FS/Conf.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0cafe9b7d..9a9b562c3 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1573,6 +1573,14 @@ and customer address. Include units.', 'per_agent' => 1, }, + { + 'key' => 'invoice_pay_by_msg', + 'section' => 'invoice_balances', + 'description' => 'Test of the "Please pay by (date)" message. Include [_1] to indicate the date, for example: "Please pay by [_1]"', + 'type' => 'text', + 'per_agent' => 1, + }, + { 'key' => 'invoice_sections', 'section' => 'invoicing', -- 2.20.1