summaryrefslogtreecommitdiff
path: root/htdocs
diff options
context:
space:
mode:
authorivan <ivan>1998-11-21 07:58:27 +0000
committerivan <ivan>1998-11-21 07:58:27 +0000
commit7ec03959f07dcbab6717d4edadca92c43fa26607 (patch)
treea4bc1bab1eb3b1da8f69329a40a077fa16055e0a /htdocs
parentfbfd0b39e80af0fe637125a4ef9f666be39a5f32 (diff)
package names link to them
Diffstat (limited to 'htdocs')
-rwxr-xr-xhtdocs/edit/agent_type.cgi11
1 files changed, 8 insertions, 3 deletions
diff --git a/htdocs/edit/agent_type.cgi b/htdocs/edit/agent_type.cgi
index f3fd20a..021ff6c 100755
--- a/htdocs/edit/agent_type.cgi
+++ b/htdocs/edit/agent_type.cgi
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: agent_type.cgi,v 1.4 1998-11-21 07:45:19 ivan Exp $
+# $Id: agent_type.cgi,v 1.5 1998-11-21 07:58:27 ivan Exp $
#
# agent_type.cgi: Add/Edit agent type (output form)
#
@@ -13,7 +13,10 @@
# use FS::CGI, added inline documentation ivan@sisd.com 98-jul-12
#
# $Log: agent_type.cgi,v $
-# Revision 1.4 1998-11-21 07:45:19 ivan
+# Revision 1.5 1998-11-21 07:58:27 ivan
+# package names link to them
+#
+# Revision 1.4 1998/11/21 07:45:19 ivan
# visual, use FS::table_name when doing qsearch('table_name')
#
# Revision 1.3 1998/11/15 11:20:12 ivan
@@ -74,7 +77,9 @@ foreach $part_pkg ( qsearch('part_pkg',{}) ) {
})
? 'CHECKED '
: '',
- qq!"VALUE="ON"> !,$part_pkg->getfield('pkg')
+ qq!"VALUE="ON"> !,
+ qq!<A HREF="$p/edit/part_pkg.cgi?!, $part_pkg->pkgpart,
+ '">', $part_pkg->getfield('pkg'), '</A>',
;
}