[freeside-commits] freeside/httemplate/view/cust_main/payment_history refund.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Tue Sep 2 18:46:16 PDT 2008
Update of /home/cvs/cvsroot/freeside/httemplate/view/cust_main/payment_history
In directory wavetail.420.am:/tmp/cvs-serv6704/httemplate/view/cust_main/payment_history
Modified Files:
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
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- refund.html 1 Jun 2008 22:48:15 -0000 1.1
+++ refund.html 3 Sep 2008 01:46:14 -0000 1.2
@@ -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