summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2009-07-30 06:49:17 +0000
committerivan <ivan>2009-07-30 06:49:17 +0000
commit3bd6725beea327a3ce72cfd13bf79fac87e36665 (patch)
treeda1e50ae6c5ef1dd34df64b0d580b2a7ea7d3e8b /httemplate/edit
parent111fd2db1424182903285e92a957f6f036cb58ce (diff)
don't need to lookup cust_main here
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/cust_credit.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi
index c6b2bcbea..5785a05c0 100755
--- a/httemplate/edit/cust_credit.cgi
+++ b/httemplate/edit/cust_credit.cgi
@@ -75,7 +75,4 @@ my $_date = time;
my $otaker = getotaker;
my $p1 = popurl(1);
-my $cust_main = qsearchs('cust_main', { 'custnum' => $custnum } )
- or die "unknown custnum $custnum\n";
-
</%init>