fix several UI nits in FCC 477 report configuration, #24047
[freeside.git] / httemplate / edit / part_pkg.cgi
index 9c18e9e..dca5b39 100755 (executable)
                               {type=>'justtitle', value=>'Agent (reseller) types' },
                               
                               { field       => 'agent_type',
-                                type        => 'select-agent_types',
+                                type        => 'select-agent_type',
                                 disabled    => ! $acl_edit_global,
                                 element_etc => 'size="10"',
                                 multiple    =>  '1', #cause edit.html is dum
@@ -805,6 +805,11 @@ my $javascript = <<'END';
       }
     }
 
+    function finish_edit_fcc(id) {
+      cClick();
+      show_fcc_options(id); // refresh the display
+    }
+
 END
 
 my $warning =