[freeside-commits] freeside/httemplate/view/cust_main/payment_history voided_payment.html, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Thu Oct 21 23:14:26 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history
In directory wavetail.420.am:/tmp/cvs-serv3866/httemplate/view/cust_main/payment_history

Modified Files:
	voided_payment.html 
Log Message:
display both original usernum and void usernum vfor voided payments, RT#10280

Index: voided_payment.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history/voided_payment.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- voided_payment.html	8 Mar 2010 10:57:06 -0000	1.5
+++ voided_payment.html	22 Oct 2010 06:14:24 -0000	1.6
@@ -1,6 +1,10 @@
-<DEL>Payment <% $info %></DEL>
+<DEL>Payment <% $info %> by <% $cust_pay_void->otaker %></DEL>
 <I>voided <% time2str($date_format, $cust_pay_void->void_date) %>
-by <% $cust_pay_void->otaker %></I><% $unvoid %>
+% my $void_user = $cust_pay_void->void_access_user;
+% if ($void_user) {
+    by <% $void_user->username %></I>
+% }
+<% $unvoid %>
 <%init>
 
 my( $cust_pay_void, %opt ) = @_;



More information about the freeside-commits mailing list