summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-10-04 12:56:36 +0000
committerivan <ivan>2002-10-04 12:56:36 +0000
commit86f41071c9f7a088e89998b87b65822ca32d3bcd (patch)
tree2208746a35ed3c78cbc5bced0934e00e96be0739 /httemplate/view/cust_main.cgi
parente98319438189ccb880db60393f0f8d63c0739e14 (diff)
working on the road:
- easier "change package" link for changing one package to another - sqlradius export now compatible with Pg - indices on phone numbers - install instructions specify Pg 7.1 (at least until ILIKE thing is changed) - searching on phone number fragments
Diffstat (limited to 'httemplate/view/cust_main.cgi')
-rwxr-xr-xhttemplate/view/cust_main.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 0610bc324..707de8d70 100755
--- a/httemplate/view/cust_main.cgi
+++ b/httemplate/view/cust_main.cgi
@@ -370,6 +370,9 @@ foreach my $package (@packages) {
qq!$pkg - $comment (&nbsp;<a href="$pkgview">Details</a>&nbsp;)!;
# | !;
+ print qq! (&nbsp;<A HREF="${p}misc/change_pkg.cgi?$pkgnum">!.
+ 'Change&nbsp;package</A>&nbsp;)';
+
#false laziness with view/cust_pkg.cgi, but i'm trying to make that go away so
unless ( $package->getfield('cancel') ) {
print ' (&nbsp;';