X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=f9aa0e66f1e8fc020236a7148d769b50f7fe9bb8;hp=c5c03ff08146dc20edbc6fc2d0067995408a6d2d;hb=f39624dd22a91495798f253aa5f122e05a77bc41;hpb=8c8a76cd23a7022b7616cdf16bb3bbe208813810 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index c5c03ff08..f9aa0e66f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4410,8 +4410,22 @@ and customer address. Include units.', { 'key' => 'previous_balance-exclude_from_total', 'section' => 'invoicing', - 'description' => 'Do not include previous balance in the \'Total\' line. Only meaningful when invoice_sections is false. Optionally provide text to override the Total New Charges description', - 'type' => [ qw(checkbox text) ], + 'description' => 'Show separate totals for previous invoice balance and new charges. Only meaningful when invoice_sections is false.', + 'type' => 'checkbox', + }, + + { + 'key' => 'previous_balance-text', + 'section' => 'invoicing', + 'description' => 'Text for the label of the total previous balance, when it is shown separately. Defaults to "Previous Balance".', + 'type' => 'text', + }, + + { + 'key' => 'previous_balance-text-total_new_charges', + 'section' => 'invoicing', + 'description' => 'Text for the label of the total of new charges, when it is shown separately. If invoice_show_prior_due_date is enabled, the due date of current charges will be appended. Defaults to "Total New Charges".', + 'type' => 'text', }, {