diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2019-05-09 15:13:14 -0400 | 
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2019-05-10 09:45:13 -0400 | 
| commit | ec00937efee55b88408726f0293ba195f83df464 (patch) | |
| tree | af39e938f0cd83cc287944e5e12e7efb56c8ed12 /httemplate/edit/process/bulk-part_pkg.html | |
| parent | 5d3c3ddddcb893966b45134a5d270f45ef91c591 (diff) | |
RT# 82949 - changes section name from fees to pricing, better opiton
Diffstat (limited to 'httemplate/edit/process/bulk-part_pkg.html')
| -rw-r--r-- | httemplate/edit/process/bulk-part_pkg.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/httemplate/edit/process/bulk-part_pkg.html b/httemplate/edit/process/bulk-part_pkg.html index ac542cc14..4153ffc13 100644 --- a/httemplate/edit/process/bulk-part_pkg.html +++ b/httemplate/edit/process/bulk-part_pkg.html @@ -31,7 +31,7 @@ if ($cgi->param('report_class')) {    }  } -if ($cgi->param('package_fees')) { +if ($cgi->param('pricing')) {    my $setup_fee_increase = $cgi->param('setup_fee_increase');    my $recurring_fee_increase = $cgi->param('recurring_fee_increase'); | 
