[freeside-commits] freeside/httemplate/edit discount.html,1.3,1.4

Erik Levinson levinse at wavetail.420.am
Fri Apr 29 05:10:21 PDT 2011


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

Modified Files:
	discount.html 
Log Message:
apply discount to setup fees, part 1 of 2, RT11512

Index: discount.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/discount.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- discount.html	5 Feb 2010 02:39:31 -0000	1.3
+++ discount.html	29 Apr 2011 12:10:18 -0000	1.4
@@ -21,6 +21,7 @@
                                { field => 'months', type => 'text', size => 2,
                                  postfix => '<BR><FONT SIZE="-1"><I>(blank for non-expiring discount)</I></FONT>',
                                },
+                               { field => 'setup', type => 'checkbox', value=>'Y', },
                              ],
                  'labels' => { 
                                'discountnum' => 'Discount #',
@@ -30,6 +31,7 @@
                                'amount'      => 'Amount&nbsp;',
                                'percent'     => 'Percentage&nbsp;',
                                'months'      => 'Duration (months)',
+                               'setup'       => 'Apply to setup fees',
                              },
                  'viewall_dir' => 'browse',
                  'new_callback' => $new_callback,



More information about the freeside-commits mailing list