summaryrefslogtreecommitdiff
path: root/httemplate/edit/agent_type.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/agent_type.cgi')
-rwxr-xr-xhttemplate/edit/agent_type.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/agent_type.cgi b/httemplate/edit/agent_type.cgi
index abf4bf8..8a6fbc2 100755
--- a/httemplate/edit/agent_type.cgi
+++ b/httemplate/edit/agent_type.cgi
@@ -20,7 +20,7 @@ Select which packages agents of this type may sell to customers<BR>
'source_obj' => $agent_type,
'link_table' => 'type_pkgs',
'target_table' => 'part_pkg',
- 'name_callback' => sub { $_[0]->pkg. ' - '. $_[0]->comment; },
+ 'name_callback' => sub { $_[0]->pkg_comment(nopkgpart => 1); },
'target_link' => $p.'edit/part_pkg.cgi?',
'disable-able' => 1,