From c93520accf00e15095e7af5fcb59caed2bd9e556 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 18 Jan 1999 09:22:42 +0000 Subject: [PATCH] changes to track email addresses for email invoicing --- htdocs/browse/agent.cgi | 20 +++- htdocs/docs/trouble.html | 4 +- htdocs/docs/upgrade3.html | 11 +- htdocs/edit/agent_type.cgi | 11 +- htdocs/edit/cust_main.cgi | 235 ++++++++++++++++++++++---------------- htdocs/edit/process/cust_main.cgi | 70 +++++++----- htdocs/search/cust_pkg.cgi | 27 ++--- htdocs/search/svc_acct.cgi | 17 ++- htdocs/view/cust_main.cgi | 9 +- htdocs/view/svc_acct.cgi | 21 +++- site_perl/CGI.pm | 28 +++-- site_perl/Record.pm | 13 ++- site_perl/UID.pm | 11 +- site_perl/cust_main.pm | 48 +++++--- site_perl/cust_main_invoice.pm | 15 ++- 15 files changed, 325 insertions(+), 215 deletions(-) diff --git a/htdocs/browse/agent.cgi b/htdocs/browse/agent.cgi index 1241ced03..442ea6ee0 100755 --- a/htdocs/browse/agent.cgi +++ b/htdocs/browse/agent.cgi @@ -1,6 +1,6 @@ #!/usr/bin/perl -Tw # -# $Id: agent.cgi,v 1.7 1998-12-17 05:25:16 ivan Exp $ +# $Id: agent.cgi,v 1.8 1999-01-18 09:22:26 ivan Exp $ # # ivan@sisd.com 97-dec-12 # @@ -15,7 +15,10 @@ # lose background, FS::CGI ivan@sisd.com 98-sep-2 # # $Log: agent.cgi,v $ -# Revision 1.7 1998-12-17 05:25:16 ivan +# Revision 1.8 1999-01-18 09:22:26 ivan +# changes to track email addresses for email invoicing +# +# Revision 1.7 1998/12/17 05:25:16 ivan # fix visual and other bugs # # Revision 1.6 1998/11/23 05:29:46 ivan @@ -43,6 +46,19 @@ use FS::CGI qw(header menubar table popurl); use FS::agent; use FS::agent_type; +#Begin silliness + +use FS::UI::CGI; +use FS::UI::agent; + +my $ui = new FS::UI::agent; +$ui->browse; +exit; + +#End silliness + +__END__ + my($cgi) = new CGI; &cgisuidsetup($cgi); diff --git a/htdocs/docs/trouble.html b/htdocs/docs/trouble.html index 2c5b92fd5..dcbe1bbd2 100644 --- a/htdocs/docs/trouble.html +++ b/htdocs/docs/trouble.html @@ -5,7 +5,7 @@

Troubleshooting