summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2001-06-03 11:40:48 +0000
committerivan <ivan>2001-06-03 11:40:48 +0000
commit6bad87c25d14ca38162948f44a8379c8040ca50a (patch)
treebff3eca68d55460abacf1172266204b5b7d7efce
parent71a3746e52903b26baf7246d38bd46349a5b10cb (diff)
inline doc clarification
-rwxr-xr-xhtdocs/view/cust_main.cgi9
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/view/cust_main.cgi b/htdocs/view/cust_main.cgi
index ff169fdae..7c96ddffa 100755
--- a/htdocs/view/cust_main.cgi
+++ b/htdocs/view/cust_main.cgi
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#
-# $Id: cust_main.cgi,v 1.19 2001-04-22 01:38:39 ivan Exp $
+# $Id: cust_main.cgi,v 1.20 2001-06-03 11:40:48 ivan Exp $
#
# Usage: cust_main.cgi custnum
# http://server.name/path/cust_main.cgi?custnum
@@ -31,7 +31,10 @@
# lose background, FS::CGI ivan@sisd.com 98-sep-2
#
# $Log: cust_main.cgi,v $
-# Revision 1.19 2001-04-22 01:38:39 ivan
+# Revision 1.20 2001-06-03 11:40:48 ivan
+# inline doc clarification
+#
+# Revision 1.19 2001/04/22 01:38:39 ivan
# svc_domain needs to import dbh sub from Record
# view/cust_main.cgi needs to use ->owed method, not check (depriciated) owed field
# search/cust_bill.cgi redirect error when there's only one invoice
@@ -248,7 +251,7 @@ print "</TABLE></TD></TR></TABLE></TD></TR></TABLE>";
print qq!<BR><BR><A NAME="cust_pkg">Packages</A> !,
# qq!<BR>Click on package number to view/edit package.!,
- qq!( <A HREF="!, popurl(2), qq!edit/cust_pkg.cgi?$custnum">Order and cancel packages</A> )!,
+ qq!( <A HREF="!, popurl(2), qq!edit/cust_pkg.cgi?$custnum">Order and cancel packages</A> (preserves services) )!,
;
#display packages