From: ivan Date: Thu, 30 Jul 2009 06:49:17 +0000 (+0000) Subject: don't need to lookup cust_main here X-Git-Tag: root_of_svc_elec_features~965 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3bd6725beea327a3ce72cfd13bf79fac87e36665 don't need to lookup cust_main here --- 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"; -