diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-05-10 12:55:52 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-05-10 12:55:52 -0700 |
| commit | 63973c641c4be00765fa27e55c57cc5b9aa4da19 (patch) | |
| tree | 68ea71023d7116229e97fd27b38b87b5ac65228a /httemplate/edit/cust_credit.cgi | |
| parent | 7b5a266236857fbb4bbf8d4ac3031c3fec75cac2 (diff) | |
| parent | 0832972047a36d19ffcf7d1462abc48de7045d3d (diff) | |
merge NG auth, RT#21563
Diffstat (limited to 'httemplate/edit/cust_credit.cgi')
| -rwxr-xr-x | httemplate/edit/cust_credit.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 4dba1e769..09300c629 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -8,7 +8,6 @@ <INPUT TYPE="hidden" NAME="paybatch" VALUE=""> <INPUT TYPE="hidden" NAME="_date" VALUE="<% $_date %>"> <INPUT TYPE="hidden" NAME="credited" VALUE=""> -<INPUT TYPE="hidden" NAME="otaker" VALUE="<% $otaker %>"> <% ntable("#cccccc", 2) %> @@ -74,7 +73,6 @@ die "access denied" my $custnum = $cgi->param('custnum'); my $amount = $cgi->param('amount'); my $_date = time; -my $otaker = getotaker; my $p1 = popurl(1); </%init> |
