X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=721b7bdf9ee207c668a5140f7a851b528274d6b4;hb=fc7ed3676b8723339b3e756220d7af024c6c6191;hp=9b891879bd1e1ed4fe05bbeadcfed98a218c9eaa;hpb=77daf007ef522ae71041d9b094643cf868d8ecce;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9b891879b..721b7bdf9 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1599,6 +1599,13 @@ and customer address. Include units.', }, { + 'key' => 'invoice_sections_with_taxes', + 'section' => 'invoicing', + 'description' => 'Include taxes within each section of mutli-section invoices.', + 'type' => 'checkbox', + }, + + { 'key' => 'summary_subtotals_method', 'section' => 'invoicing', 'description' => 'How to group line items when calculating summary subtotals. By default, it will be the same method used for grouping invoice sections.', @@ -5961,4 +5968,3 @@ and customer address. Include units.', ); 1; -