configure "Please pay by" string per agent, RT#75372
authorIvan Kohler <ivan@freeside.biz>
Tue, 4 Apr 2017 01:33:14 +0000 (18:33 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 4 Apr 2017 01:33:14 +0000 (18:33 -0700)
FS/FS/Conf.pm

index 8d83f92..50cd14e 100644 (file)
@@ -1558,6 +1558,14 @@ and customer address. Include units.',
   },
 
   { 
   },
 
   { 
+    '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',
     'description' => 'Split invoice into sections and label according to package category when enabled.',
     'key'         => 'invoice_sections',
     'section'     => 'invoicing',
     'description' => 'Split invoice into sections and label according to package category when enabled.',