[freeside-commits] freeside/httemplate/edit cust_credit.cgi, 1.24, 1.25

Jeff Finucane,420,, jeff at wavetail.420.am
Mon Oct 26 00:12:13 PDT 2009


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

Modified Files:
	cust_credit.cgi 
Log Message:
credits return taxes, but the magic calculation button does not yet work properly (grrr - more sleep required) RT#4729

Index: cust_credit.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_credit.cgi,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- cust_credit.cgi	30 Jul 2009 06:49:17 -0000	1.24
+++ cust_credit.cgi	26 Oct 2009 07:12:11 -0000	1.25
@@ -40,6 +40,11 @@
     <TD><SELECT NAME="apply"><OPTION VALUE="yes" SELECTED>yes<OPTION>no</SELECT></TD>
   </TR>
 
+  <TR>
+    <TD ALIGN="right">Tax</TD>
+    <TD><SELECT NAME="tax"><OPTION VALUE="included" SELECTED>is included<OPTION VALUE="calculate">is to be calculated</SELECT></TD>
+  </TR>
+
 % if ( $conf->exists('pkg-balances') ) {
   <% include('/elements/tr-select-cust_pkg-balances.html',
                'custnum' => $custnum,



More information about the freeside-commits mailing list