[freeside-commits] freeside/httemplate/edit discount.html, 1.2, 1.3 cust_pkg_discount.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Thu Feb 4 18:39:33 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv16400/httemplate/edit
Modified Files:
discount.html cust_pkg_discount.html
Log Message:
discounts, RT#6679
Index: discount.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/discount.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- discount.html 4 Feb 2010 20:39:56 -0000 1.2
+++ discount.html 5 Feb 2010 02:39:31 -0000 1.3
@@ -29,7 +29,7 @@
'_type' => 'Type ',
'amount' => 'Amount ',
'percent' => 'Percentage ',
- 'months' => '# of Months',
+ 'months' => 'Duration (months)',
},
'viewall_dir' => 'browse',
'new_callback' => $new_callback,
Index: cust_pkg_discount.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_pkg_discount.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_pkg_discount.html 30 Jan 2010 23:00:25 -0000 1.1
+++ cust_pkg_discount.html 5 Feb 2010 02:39:31 -0000 1.2
@@ -28,7 +28,8 @@
<% include('/elements/tr-select-discount.html',
'empty_label' => ( $pkgdiscountnum ? '' : 'Select discount' ),
- 'onchange' => 'enable_discount_pkg',
+ 'onchange' => 'enable_discount_pkg()',
+ 'cgi' => $cgi,
)
%>
More information about the freeside-commits
mailing list