X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=99eee18ea9d36bf4f479e9f6c32690373357f812;hb=c65b166b6e2ebdac5c2eb2e8336ebd1a4087f77c;hp=467a856c1d0d85d92aa9bae82ba9466ceff2dbb5;hpb=c8d3cff6e3026ac4f5dc59930220489ebe3d542f;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 467a856c1..99eee18ea 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -490,12 +490,19 @@ httemplate/docs/config.html 'type' => 'textarea', }, + { + 'key' => 'invoice_latexsmallfooter', + 'section' => 'billing', + 'description' => 'Optional small footer for multi-page LaTeX typeset PostScript invoices.', + 'type' => 'textarea', + }, + { 'key' => 'invoice_default_terms', 'section' => 'billing', 'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.', 'type' => 'select', - 'select_enum' => [ '', 'Payable upon receipt', 'Net 10', 'Net 15', 'Net 30', 'Net 45', 'Net 60' ], + 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 10', 'Net 15', 'Net 30', 'Net 45', 'Net 60' ], }, {