don't need to lookup cust_main here
authorivan <ivan>
Thu, 30 Jul 2009 06:49:17 +0000 (06:49 +0000)
committerivan <ivan>
Thu, 30 Jul 2009 06:49:17 +0000 (06:49 +0000)
httemplate/edit/cust_credit.cgi

index c6b2bcb..5785a05 100755 (executable)
@@ -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>