installers, RT#16584
[freeside.git] / httemplate / browse / pkg_class.html
index f3e2364..2aa2857 100644 (file)
@@ -48,7 +48,7 @@ $sth->execute
 if ($sth->fetchrow_arrayref->[0]) {
   push @$header, 'Category';
   push @$fields, 'categoryname';
-  push @$links,  $link;
+  push @$links,  [ $p.'edit/pkg_category.html?', 'categorynum' ]
 }
 
 </%init>