X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a46106f611be7e7a074e513f1a766f0626d7179e;hp=88d1087d4bc83262df7f04aa015dbe6ccbaa2654;hb=b3c2e70e63eb8f7ab2543a4d400f72bd5044a9f9;hpb=d4af48397914e0885190ae0f33f911262c83cb39 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 88d1087d4..a46106f61 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -667,6 +667,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',