[freeside-commits] freeside/httemplate/view cust_bill.cgi, 1.32, 1.33

Ivan,,, ivan at wavetail.420.am
Mon Nov 21 02:47:14 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv1481/httemplate/view

Modified Files:
	cust_bill.cgi 
Log Message:
add MCRD payment type for manually processed ccards

Index: cust_bill.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_bill.cgi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- cust_bill.cgi	21 Oct 2005 15:21:37 -0000	1.32
+++ cust_bill.cgi	21 Nov 2005 10:47:12 -0000	1.33
@@ -29,7 +29,7 @@
 )) %>
 
 <% if ( $cust_bill->owed > 0
-        && ( $payby{'BILL'} || $payby{'CASH'} || $payby{'WEST'} )
+        && ( $payby{'BILL'} || $payby{'CASH'} || $payby{'WEST'} || $payby{'MCRD'} )
       )
    {
      my $s = 0;
@@ -58,6 +58,13 @@
   
   <% } %>
 
+  <% if ( $payby{'MCRD'} ) { %>
+  
+    <%= $s++ ? ' | ' : '' %>
+    <A HREF="<%= $p %>edit/cust_pay.cgi?payby=MCRD;invnum=<%= $invnum %>">manual credit card</A>
+  
+  <% } %>
+
   payment against this invoice<BR>
 
 <% } %>



More information about the freeside-commits mailing list