X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=bfef62807de2a05a150cf38be609f87bacf6ef40;hp=c553f0c22dfd71a0025462a2d18a2dae0398647d;hb=918bbc9ce36a3dc5943f521e26751ea94a5a5539;hpb=657537cc1cc0f78f5302e66d37c161d8e233de71 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c553f0c22..bfef62807 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -543,7 +543,7 @@ httemplate/docs/config.html { 'key' => 'invoice_send_receipts', 'section' => 'deprecated',q - 'description' => 'DEPRECATED, this used to send an invoice copy on payments and credits. See the payment_receipt_email and instead.', + 'description' => 'DEPRECATED, this used to send an invoice copy on payments and credits. See the payment_receipt_email and XXXX instead.', 'type' => 'checkbox', }, @@ -1237,7 +1237,7 @@ httemplate/docs/config.html { 'key' => 'cust_pkg-change_svcpart', 'section' => '', - 'description' => "When changing packages, move services even if svcparts don't match between old and new pacakge definitions. Use with caution! No provision is made for export differences between the old and new service definitions. Probably only should be used when your exports for all service definitions of a given svcdb are identical.", + 'description' => "When changing packages, move services even if svcparts don't match between old and new pacakge definitions.", 'type' => 'checkbox', }, @@ -1269,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', + }, );