diff options
author | ivan <ivan> | 2003-11-03 05:57:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-11-03 05:57:26 +0000 |
commit | a237d07ba60588f45047e5d0f7950a5f678a7fdf (patch) | |
tree | 6ae2b5d8b781d5e4b15bd6837c7cd0d53ec76cd0 /httemplate/index.html | |
parent | 6e6072dc95598df97f9c7ac3fd8b2afb75ebd4a6 (diff) |
add suspended/canceled browse, fix the old suspended browse
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index b016ed874..c0b235c87 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -122,7 +122,7 @@ Packages <UL> <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?magic=suspended">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> |