- should finish off the part_svc -> part_export s/one-to-many/many-to-many/
[freeside.git] / httemplate / edit / process / agent_type.cgi
index 67aacfd..5165945 100755 (executable)
@@ -22,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');