diff options
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index dce020b1b..125fdfa01 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -120,7 +120,8 @@ </UL> Packages <UL> - <LI><A HREF="search/cust_pkg.cgi?pkgnum">packages (by package number)</A> + <LI><A HREF="search/cust_pkg.cgi?pkgnum">all packages (by package number)</A> + <LI><A HREF="search/cust_pkg.cgi?SUSP_pkgnum">suspended packages (by package number)</A> <LI><A HREF="search/cust_pkg.cgi?APKG_pkgnum">packages with unconfigured services (by package number)</A> <LI><A HREF="search/cust_pkg.html">packages (by next bill date range)</A> </UL> |