X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=76f29bd5986a252b75ca4a41dc6d8488485ea3b0;hb=4819786ef946363806ab0a66cd4eca9ceb7b876d;hp=e8b3333de006abaf6d3d6237029446783522f8a0;hpb=305bd1ffe9c46db5fefffcc41ef6f256374293ee;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e8b3333de..76f29bd59 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5198,6 +5198,13 @@ and customer address. Include units.', }, { + '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', 'description' => 'Which module to use for customer status display. The "Classic" module (the default) considers accounts with cancelled recurring packages but un-cancelled one-time charges Inactive. The "Recurring" module considers those customers Cancelled. Similarly for customers with suspended recurring packages but one-time charges.', #other differences?