X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=79b7d8c936c7d104037c2db8bc784f3166b74c37;hp=e1e72e1e2da65d6d23b05f3f5e160c37faadcb2b;hb=62057018f9e02dbce053bce7058ef0f0b1309846;hpb=17b8fb9cf3cc04d58c984b643943ea34fa0ec177 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e1e72e1e2..79b7d8c93 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -682,7 +682,14 @@ my %payment_gateway_options = ( 'description' => 'Generate a line item on an invoice even when a package is discounted 100%', 'type' => 'checkbox', }, - + + { + 'key' => 'discount-show_available', + 'section' => 'billing', + 'description' => 'Show available prepayment discounts on invoices.', + 'type' => 'checkbox', + }, + { 'key' => 'invoice-barcode', 'section' => 'billing',