summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main.cgi
diff options
context:
space:
mode:
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;';