[freeside-commits] freeside/httemplate/view/cust_main payment_history.html, 1.15, 1.16

Ivan,,, ivan at wavetail.420.am
Fri Sep 15 12:16:39 PDT 2006


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

Modified Files:
	payment_history.html 
Log Message:
add link to customer tax exemptions to customer view page

Index: payment_history.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- payment_history.html	15 Sep 2006 19:15:34 -0000	1.15
+++ payment_history.html	15 Sep 2006 19:16:37 -0000	1.16
@@ -1,46 +1,36 @@
-
-
 <BR><BR><A NAME="history"><FONT SIZE="+2">Payment History</FONT></A><BR>
 
 % my $s = 0;
 % if ( $payby{'BILL'} && $curuser->access_right('Post payment') ) { 
-
   <% $s++ ? ' | ' : '' %>
   <A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('<% $p %>edit/cust_pay.cgi?popup=1;payby=BILL;custnum=<% $custnum %>', 392, 336, 'cust_pay_popup' ), CAPTION, 'Enter check payment', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK ); return false;">Enter check payment</A>
 % } 
-% if ( $payby{'CASH'} && $curuser->access_right('Post payment') ) { 
-
 
+% if ( $payby{'CASH'} && $curuser->access_right('Post payment') ) { 
   <% $s++ ? ' | ' : '' %>
   <A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('<% $p %>edit/cust_pay.cgi?popup=1;payby=CASH;custnum=<% $custnum %>', 392, 336, 'cust_pay_popup' ), CAPTION, 'Enter cash payment', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK ); return false;">Enter cash payment</A>
 % } 
-% if ( $payby{'WEST'} && $curuser->access_right('Post payment') ) { 
-
 
+% if ( $payby{'WEST'} && $curuser->access_right('Post payment') ) { 
   <% $s++ ? ' | ' : '' %>
   <A HREF="<% $p %>edit/cust_pay.cgi?payby=WEST;custnum=<% $custnum %>">Enter Western Union payment</A>
 % } 
+
 % if ( ( $payby{'CARD'} || $payby{'DCRD'} )
 %        && $curuser->access_right('Process payment')
 %      ) {
-%
-
-
   <% $s++ ? ' | ' : '' %>
   <A HREF="<% $p %>misc/payment.cgi?payby=CARD;custnum=<% $custnum %>">Process credit card payment</A>
 % } 
+
 % if ( ( $payby{'CHEK'} || $payby{'DCHK'} )
 %        && $curuser->access_right('Process payment')
 %      ) {
-%
-
-
   <% $s++ ? ' | ' : '' %>
   <A HREF="<% $p %>misc/payment.cgi?payby=CHEK;custnum=<% $custnum %>">Process electronic check (ACH) payment</A>
 % } 
-% if ( $payby{'MCRD'} && $curuser->access_right('Post payment') ) { 
-
 
+% if ( $payby{'MCRD'} && $curuser->access_right('Post payment') ) { 
   <% $s++ ? ' | ' : '' %>
   <A HREF="<% $p %>edit/cust_pay.cgi?payby=MCRD;custnum=<% $custnum %>">Post manual (offline) credit card payment</A>
 % } 
@@ -57,8 +47,6 @@
   <BR>
 % } 
 
-
-
 %#get payment history
 %my @history = ();
 %
@@ -571,4 +559,3 @@
 my %payby = map { $_=>1 } @payby;
 
 </%init>
-



More information about the freeside-commits mailing list