[freeside-commits] branch master updated. d9edf24e9d3e1fd87a23359a7679ef6d6637c00d

Alex Brelsfoard alex at 420.am
Tue Feb 3 04:03:52 PST 2015


The branch, master has been updated
       via  d9edf24e9d3e1fd87a23359a7679ef6d6637c00d (commit)
      from  2177596bf13e9de77f09c7380d038200bd675f46 (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 d9edf24e9d3e1fd87a23359a7679ef6d6637c00d
Author: Alex Brelsfoard <alex at Alexs-MacBook-Pro.local>
Date:   Tue Feb 3 07:03:07 2015 -0500

    RT #31482 making sure the tax class is not editable after the customer has been billed.

diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html
index 83620a9..58c1b0a 100644
--- a/httemplate/edit/quick-charge.html
+++ b/httemplate/edit/quick-charge.html
@@ -171,6 +171,7 @@ function bill_now_changed (what) {
       &>
 %   }
 
+% 		unless ($billed) {
 <TR>
   <TD ALIGN="right"><% mt('Tax exempt') |h %> </TD>
   <TD><INPUT TYPE="checkbox" NAME="setuptax" VALUE="Y" <% $cgi->param('setuptax') ? 'CHECKED' : '' %>></TD>
@@ -179,6 +180,7 @@ function bill_now_changed (what) {
 <& /elements/tr-select-taxclass.html, 'curr_value' => $part_pkg->get('taxclass')  &>
 
 <& /elements/tr-select-taxproduct.html, 'label' => emt('Tax product'), 'onclick' => 'parent.taxproductmagic(this);', 'curr_value' => $part_pkg->get('taxproductnum')  &>
+%		}
 
 % } else { # new one-time charge
 

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

Summary of changes:
 httemplate/edit/quick-charge.html |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list