echeck/ACH refunds
[freeside.git] / httemplate / edit / process / cust_credit_bill.cgi
index afe2973..23e2e6c 100755 (executable)
@@ -1,4 +1,3 @@
-<!-- $Id: cust_credit_bill.cgi,v 1.3 2002-01-30 14:18:08 ivan Exp $ -->
 <%
 
 $cgi->param('crednum') =~ /^(\d*)$/ or die "Illegal crednum!";
@@ -18,7 +17,7 @@ if ($cgi->param('invnum') =~ /^Refund$/) {
     'reason'  => $cust_credit->reason,
     'refund'  => $cgi->param('amount'),
     'payby'   => 'BILL',
-    '_date'   => $cgi->param('_date'),
+    #'_date'   => $cgi->param('_date'),
     'payinfo' => 'Cash',
     'crednum' => $crednum,
   } );