[freeside-commits] freeside/httemplate/edit discount.html, 1.3, 1.3.4.1
Erik Levinson
levinse at wavetail.420.am
Fri Apr 29 05:10:51 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv24952/httemplate/edit
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.3.4.1
diff -u -w -d -r1.3 -r1.3.4.1
--- discount.html 5 Feb 2010 02:39:31 -0000 1.3
+++ discount.html 29 Apr 2011 12:10:49 -0000 1.3.4.1
@@ -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 ',
'percent' => 'Percentage ',
'months' => 'Duration (months)',
+ 'setup' => 'Apply to setup fees',
},
'viewall_dir' => 'browse',
'new_callback' => $new_callback,
More information about the freeside-commits
mailing list