[freeside-commits] branch master updated. 3f2a7b01b59902faed5767d81e2959e131bdbdfd

Christopher Burger burgerc at freeside.biz
Thu May 9 12:13:39 PDT 2019


The branch, master has been updated
       via  3f2a7b01b59902faed5767d81e2959e131bdbdfd (commit)
      from  9cfa3648407dc2333fb549460fed278311c5393a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3f2a7b01b59902faed5767d81e2959e131bdbdfd
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Thu May 9 15:13:14 2019 -0400

    RT# 82949 - changes section name from fees to pricing, better opiton

diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html
index 3225392be..8570cb92c 100644
--- a/httemplate/edit/bulk-part_pkg.html
+++ b/httemplate/edit/bulk-part_pkg.html
@@ -56,12 +56,12 @@ Edit report classes
   </TABLE>
 </DIV>
 <BR>
-<INPUT TYPE="checkbox" ID="package_fees" NAME="package_fees" VALUE="1" onChange='toggle_section(this);'>
-Edit package fees.
+<INPUT TYPE="checkbox" ID="pricing" NAME="pricing" VALUE="1" onChange='toggle_section(this);'>
+Edit pricing fields.
 <BR>
-<DIV ID="package_fees_div" STYLE="display: none;">
+<DIV ID="pricing_div" STYLE="display: none;">
  <& /elements/table-grid.html &>\
-  <& /elements/tr-justtitle.html, value => mt('Package fees') &>
+  <& /elements/tr-justtitle.html, value => mt('Package pricing') &>
   <TR>
     <TD>Percentage of setup fee increase </TD>
     <TD><INPUT TYPE="text" ID="setup_fee_increase" NAME="setup_fee_increase">%</TD>
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');
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/bulk-part_pkg.html         | 8 ++++----
 httemplate/edit/process/bulk-part_pkg.html | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)




More information about the freeside-commits mailing list