summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorlevinse <levinse>2011-02-16 06:21:29 +0000
committerlevinse <levinse>2011-02-16 06:21:29 +0000
commitb3c2e70e63eb8f7ab2543a4d400f72bd5044a9f9 (patch)
treec3b7296c0d41c9ddedf25ec30b09321fb56969c3 /FS/FS/Conf.pm
parentd4af48397914e0885190ae0f33f911262c83cb39 (diff)
add barcodes to invoices, PDF part, RT10698
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
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',