[freeside-commits] freeside/httemplate/view/cust_main/payment_history refund.html, 1.1.2.2, 1.1.2.3

Ivan,,, ivan at wavetail.420.am
Tue Sep 2 18:46:47 PDT 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	refund.html 
Log Message:
add back ability to post a check/cash refund.  be more explicit about it instead of just being a checkbox when posting a credit.  RT#3812

Index: refund.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history/refund.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- refund.html	1 Jun 2008 22:48:58 -0000	1.1.2.2
+++ refund.html	3 Sep 2008 01:46:45 -0000	1.1.2.3
@@ -14,6 +14,7 @@
                 : $cust_refund->payinfo;
 
 $payby =~ s/^BILL$/Check #/ if $payinfo;
+$payby =~ s/^BILL$/Check/;
 $payby =~ s/^CHEK$/Electronic check /;
 $payby =~ s/^(CARD|COMP)$/$1 /;
 



More information about the freeside-commits mailing list