summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2002-10-04 12:57:06 +0000
committerivan <ivan>2002-10-04 12:57:06 +0000
commitc4d2226e0cc4bdd6d9f689b061b5f4f5b9609b0b (patch)
treea2d1cfde286607ecfcded7c6a1726310098effab /httemplate/view
parent54a27b35957baddb725e2b7544d9f134989bfd99 (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')
-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;';