diff options
author | ivan <ivan> | 2002-10-04 12:56:36 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-04 12:56:36 +0000 |
commit | 86f41071c9f7a088e89998b87b65822ca32d3bcd (patch) | |
tree | 2208746a35ed3c78cbc5bced0934e00e96be0739 /httemplate/view/cust_main.cgi | |
parent | e98319438189ccb880db60393f0f8d63c0739e14 (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-x | httemplate/view/cust_main.cgi | 3 |
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 ( <a href="$pkgview">Details</a> )!; # | !; + print qq! ( <A HREF="${p}misc/change_pkg.cgi?$pkgnum">!. + 'Change package</A> )'; + #false laziness with view/cust_pkg.cgi, but i'm trying to make that go away so unless ( $package->getfield('cancel') ) { print ' ( '; |