X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fagent_type.cgi;h=516594573f5ac0fb2673f2c57a171fc4cb0f3dd9;hb=29da3c125643b73cb6f6219b99eadb67673e4d6d;hp=4e98cf113d91d869fd3acca65c4fb09437000f2b;hpb=0bdec843e4a9bb7f947c9ba980a40f7bf37020fb;p=freeside.git diff --git a/httemplate/edit/process/agent_type.cgi b/httemplate/edit/process/agent_type.cgi index 4e98cf113..516594573 100755 --- a/httemplate/edit/process/agent_type.cgi +++ b/httemplate/edit/process/agent_type.cgi @@ -1,4 +1,3 @@ - <% my $typenum = $cgi->param('typenum'); @@ -23,6 +22,7 @@ if ( $error ) { print $cgi->redirect(popurl(2). "agent_type.cgi?". $cgi->query_string ); } else { + #false laziness w/ edit/process/part_svc.cgi foreach my $part_pkg (qsearch('part_pkg',{})) { my($pkgpart)=$part_pkg->getfield('pkgpart');