X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fview%2Fcust_pkg.cgi;h=0054ee0fa7e6dff685b8f25622a1f62bedc33fdb;hb=069f8453eb624a0d4a77734aca8bc9367dbb60e6;hp=6bb2948366a0153222805d807cb06df513087210;hpb=b6d1aed30d51bdae49ca22e5aa5baab635969097;p=freeside.git diff --git a/htdocs/view/cust_pkg.cgi b/htdocs/view/cust_pkg.cgi index 6bb294836..0054ee0fa 100755 --- a/htdocs/view/cust_pkg.cgi +++ b/htdocs/view/cust_pkg.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: cust_pkg.cgi,v 1.10 1999-04-09 03:52:55 ivan Exp $ +# $Id: cust_pkg.cgi,v 1.11 1999-04-09 04:22:34 ivan Exp $ # # Usage: cust_pkg.cgi pkgnum # http://server.name/path/cust_pkg.cgi?pkgnum @@ -24,7 +24,10 @@ # no FS::Search ivan@sisd.com 98-mar-7 # # $Log: cust_pkg.cgi,v $ -# Revision 1.10 1999-04-09 03:52:55 ivan +# Revision 1.11 1999-04-09 04:22:34 ivan +# also table() +# +# Revision 1.10 1999/04/09 03:52:55 ivan # explicit & for table/itable/ntable # # Revision 1.9 1999/04/08 12:00:19 ivan @@ -142,8 +145,7 @@ print 'Order taker', unless ($cancel) { #services - print '
Service Information', &table, - ; + print '
Service Information', &table(); #list of services this pkgpart includes my $pkg_svc;