[freeside-commits] freeside/httemplate/misc order_pkg.html, 1.24, 1.25

Erik Levinson levinse at wavetail.420.am
Sun Apr 24 21:37:10 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv25742/httemplate/misc

Modified Files:
	order_pkg.html 
Log Message:
add waive setup fee upon package order feature, RT12568

Index: order_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/order_pkg.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -w -d -r1.24 -r1.25
--- order_pkg.html	11 Apr 2011 23:06:16 -0000	1.24
+++ order_pkg.html	25 Apr 2011 04:37:08 -0000	1.25
@@ -64,6 +64,13 @@
   %>
 % }
 
+% 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,



More information about the freeside-commits mailing list