hide start date on package order for specific package definitions, RT#13783
[freeside.git] / httemplate / misc / order_pkg.html
index a391f8c..4dd2b7b 100644 (file)
@@ -18,7 +18,6 @@
              'curr_value' => $pkgpart,
              'classnum'   => -1,
              'cust_main'  => $cust_main,
-             'onchange'   => 'enable_order_pkg',
           )
 %>
 
   %>
 % }
 
+% if ( $curuser->access_right('Waive setup fee') ) {
+    <TR>
+      <TH ALIGN="right">Waive setup fee </TH>
+      <TD COLSPAN=6><INPUT TYPE="checkbox" NAME="waive_setup" VALUE="Y"></TD>
+    </TR>
+% }
+
 % if ( $conf->exists('pkg_referral') ) {
   <% include('/elements/tr-select-part_referral.html',
                'curr_value'    => scalar( $cgi->param('refnum') ), #get rid of empty_label first# || $cust_main->refnum,