show more detail about payments on invoice, #21949
[freeside.git] / FS / FS / Conf.pm
index e8b3333..76f29bd 100644 (file)
@@ -5197,6 +5197,13 @@ and customer address. Include units.',
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'invoice_payment_details',
+    'section'     => 'invoicing',
+    'description' => 'When displaying payments on an invoice, show the payment method used, including the check or credit card number.  Credit card numbers will be masked.',
+    'type'        => 'checkbox',
+  },
+
   {
     'key'         => 'cust_main-status_module',
     'section'     => 'UI',