X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=c4b214845bbdf644c437a7af43d4479da09c4f64;hp=d35b1ac3db3a090f5c5c83765bbc2f37dd540a37;hb=4ae85517a9c3a8a2f61e87bc27a74eb616e396a4;hpb=6e606e4f3c8a27df62bb2f229a09fccca7bd4d6b diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d35b1ac3d..c4b214845 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -542,12 +542,19 @@ httemplate/docs/config.html { 'key' => 'invoice_send_receipts', - 'section' => 'billing', - 'description' => 'Send receipts for payments and credits.', + 'section' => 'deprecated',q + 'description' => 'DEPRECATED, this used to send an invoice copy on payments and credits. See the payment_receipt_email and XXXX instead.', 'type' => 'checkbox', }, { + 'key' => 'payment_receipt_email', + 'section' => 'billing', + 'description' => 'Template file for payment receipts.', + 'type' => 'textarea', + }, + + { 'key' => 'lpr', 'section' => 'required', 'description' => 'Print command for paper invoices, for example `lpr -h\'', @@ -1262,7 +1269,12 @@ httemplate/docs/config.html 'type' => 'checkbox', }, - + { + 'key' => 'card_refund-days', + 'section' => 'billing', + 'description' => 'After a payment, the number of days a refund link will be available for that payment. Defaults to 120.', + 'type' => 'text', + }, );