X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=a6cbf52cfcca8390caeb8f06841d347e078c7e81;hb=a250f5db876181a0014c94cff750e985f55bcb38;hp=a88e14b93c08bf0cb80722fbe8b1a7be50e2c213;hpb=ea2d0e7fb4028de03ae6d38381a94fb358f13b11;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a88e14b93..a6cbf52cf 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -660,6 +660,13 @@ my %payment_gateway_options = ( 'description' => 'Generate a line item on an invoice even when a package is discounted 100%', 'type' => 'checkbox', }, + + { + 'key' => 'invoice-barcode', + 'section' => 'billing', + 'description' => 'Display a barcode on HTML and PDF invoices', + 'type' => 'checkbox', + }, { 'key' => 'encryption',