X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FConf.pm;h=ed94dd0e54b1edb742d4640da7bd71bf2091d135;hb=0af65f4c957f0f658d9a539effd5d61375f6a0b9;hp=d02a0260827c3263cf378bc9ad0a144580be8463;hpb=b91b856f04102ef11918f20171614638882930a9;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d02a02608..ed94dd0e5 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1738,6 +1738,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.',