freeside/httemplate/edit cust_pay.cgi,1.15,1.16

ivan ivan at pouncequick.420.am
Sat Apr 16 15:26:58 PDT 2005


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv8786/httemplate/edit

Modified Files:
	cust_pay.cgi 
Log Message:
use money_char on enter payment screen instead of hardcoding $

Index: cust_pay.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_pay.cgi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cust_pay.cgi	24 Dec 2004 02:54:12 -0000	1.15
+++ cust_pay.cgi	16 Apr 2005 22:26:49 -0000	1.16
@@ -58,6 +58,7 @@
 <INPUT TYPE="hidden" NAME="quickpay" VALUE="<%= $quickpay %>">
 
 <% 
+my $money_char = $conf->config('money_char') || '$';
 my $custnum;
 if ( $link eq 'invnum' ) {
 
@@ -130,7 +131,7 @@
 </SCRIPT>
 <TR>
   <TD ALIGN="right">Amount</TD>
-  <TD BGCOLOR="#ffffff" ALIGN="right">$</TD>
+  <TD BGCOLOR="#ffffff" ALIGN="right"><%= $money_char %></TD>
   <TD><INPUT TYPE="text" NAME="paid" VALUE="<%= $paid %>" SIZE=8 MAXLENGTH=8></TD>
 </TR>
 <TR>




More information about the freeside-commits mailing list