changes from 1.2.3 release, fixes from webdemo
authorivan <ivan>
Fri, 3 Mar 2000 18:22:44 +0000 (18:22 +0000)
committerivan <ivan>
Fri, 3 Mar 2000 18:22:44 +0000 (18:22 +0000)
44 files changed:
fs_webdemo/register.cgi
htdocs/docs/index.html
htdocs/docs/man/FS.html
htdocs/docs/man/FS/Bill.html
htdocs/docs/man/FS/CGI.html
htdocs/docs/man/FS/Conf.html
htdocs/docs/man/FS/Invoice.html
htdocs/docs/man/FS/Record.html
htdocs/docs/man/FS/SSH.html
htdocs/docs/man/FS/UI/Base.html
htdocs/docs/man/FS/UI/CGI.html
htdocs/docs/man/FS/UI/Gtk.html
htdocs/docs/man/FS/UID.html
htdocs/docs/man/FS/agent.html
htdocs/docs/man/FS/agent_type.html
htdocs/docs/man/FS/cust_bill.html
htdocs/docs/man/FS/cust_bill_pkg.html
htdocs/docs/man/FS/cust_credit.html
htdocs/docs/man/FS/cust_main.html
htdocs/docs/man/FS/cust_main_county.html
htdocs/docs/man/FS/cust_main_invoice.html
htdocs/docs/man/FS/cust_pay.html
htdocs/docs/man/FS/cust_pay_batch.html
htdocs/docs/man/FS/cust_pkg.html
htdocs/docs/man/FS/cust_refund.html
htdocs/docs/man/FS/cust_svc.html
htdocs/docs/man/FS/dbdef.html
htdocs/docs/man/FS/dbdef_colgroup.html
htdocs/docs/man/FS/dbdef_column.html
htdocs/docs/man/FS/dbdef_index.html
htdocs/docs/man/FS/dbdef_table.html
htdocs/docs/man/FS/dbdef_unique.html
htdocs/docs/man/FS/part_pkg.html
htdocs/docs/man/FS/part_referral.html
htdocs/docs/man/FS/part_svc.html
htdocs/docs/man/FS/pkg_svc.html
htdocs/docs/man/FS/svc_Common.html
htdocs/docs/man/FS/svc_acct.html
htdocs/docs/man/FS/svc_acct_pop.html
htdocs/docs/man/FS/svc_acct_sm.html
htdocs/docs/man/FS/svc_domain.html
htdocs/docs/man/FS/type_pkgs.html
htdocs/docs/upgrade5.html
htdocs/search/svc_domain.cgi

index e5f24ef..8255822 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -Tw
 #
 #!/usr/bin/perl -Tw
 #
-# $Id: register.cgi,v 1.4 2000-03-03 05:32:56 ivan Exp $
+# $Id: register.cgi,v 1.5 2000-03-03 18:22:42 ivan Exp $
 
 use strict;
 use vars qw(
 
 use strict;
 use vars qw(
@@ -13,7 +13,7 @@ use vars qw(
              #$user_pw $crypt_pw 
              #$header $msg
 use CGI;
              #$user_pw $crypt_pw 
              #$header $msg
 use CGI;
-#use CGI::Carp qw(fatalsToBrowser);
+use CGI::Carp qw(fatalsToBrowser);
 use DBI;
 #use Mail::Internet;
 #use Mail::Header;
 use DBI;
 #use Mail::Internet;
 #use Mail::Header;
index 21ec257..e03bffb 100644 (file)
@@ -9,7 +9,7 @@
   <li><a href="upgrade2.html">Upgrading from 1.1.x to 1.1.4</a>
   <li><a href="upgrade3.html">Upgrading from 1.1.x to 1.2.x</a>
   <li><a href="upgrade4.html">Upgrading from 1.2.x to 1.2.2</a>
   <li><a href="upgrade2.html">Upgrading from 1.1.x to 1.1.4</a>
   <li><a href="upgrade3.html">Upgrading from 1.1.x to 1.2.x</a>
   <li><a href="upgrade4.html">Upgrading from 1.2.x to 1.2.2</a>
-  <li><a href="upgrade5.html">Upgrading from 1.2.2 to 1.3.0</a>
+  <li><a href="upgrade5.html">Upgrading from 1.2.2 to 1.2.3</a>
   <li><a href="config.html">Configuration files</a>
 <!--
   <li><a href="admin.html">Administration</a>
   <li><a href="config.html">Configuration files</a>
 <!--
   <li><a href="admin.html">Administration</a>
index b2f0dd3..ab01acf 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS - Freeside Perl modules</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS - Freeside Perl modules</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -197,7 +197,7 @@ The main documentation is in htdocs/docs.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: FS.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: FS.html,v 1.2 2000-03-03 18:22:42 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index e5832f8..cf996ae 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::Bill - Legacy stub</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::Bill - Legacy stub</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
index e1a42ec..8bcb6a2 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::CGI - Subroutines for the web interface</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::CGI - Subroutines for the web interface</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
index e4555c3..563eea8 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::Conf - Read access to Freeside configuration values</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::Conf - Read access to Freeside configuration values</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
index 283e89a..cc837be 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::Invoice - Legacy stub</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::Invoice - Legacy stub</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
index da1fc52..924f0b6 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::Record - Database record objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::Record - Database record objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -312,7 +312,7 @@ true.
 </DL>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 </DL>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: Record.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: Record.html,v 1.2 2000-03-03 18:22:42 ivan Exp $
 
 <H1><A NAME="BUGS">BUGS</A></H1>
 <P>
 
 <H1><A NAME="BUGS">BUGS</A></H1>
 <P>
index aa8929b..4368b8c 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::SSH - Subroutines to call ssh and scp</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::SSH - Subroutines to call ssh and scp</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
index 91a4df6..7823090 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::UI::Base - Base class for all user-interface objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::UI::Base - Base class for all user-interface objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -78,7 +78,7 @@ using CGI.pm, etc.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: Base.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: Base.html,v 1.2 2000-03-03 18:22:44 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
@@ -104,8 +104,8 @@ well.
 <H1><A NAME="HISTORY">HISTORY</A></H1>
 <P>
 $Log: Base.html,v $
 <H1><A NAME="HISTORY">HISTORY</A></H1>
 <P>
 $Log: Base.html,v $
-Revision 1.1  1999-08-04 12:13:27  ivan
-new HTML manpages
+Revision 1.2  2000-03-03 18:22:44  ivan
+changes from 1.2.3 release, fixes from webdemo
  Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of
 module files for proper perl installation
 
  Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of
 module files for proper perl installation
 
index c3efdc7..69bff56 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::UI::CGI - Base class for CGI user-interface objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::UI::CGI - Base class for CGI user-interface objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -67,7 +67,7 @@ class to conditionally specify certain behaviour.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: CGI.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: CGI.html,v 1.2 2000-03-03 18:22:44 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
@@ -102,8 +102,8 @@ Still some small bits of widget code same as FS::UI::Gtk.
 <H1><A NAME="HISTORY">HISTORY</A></H1>
 <P>
 $Log: CGI.html,v $
 <H1><A NAME="HISTORY">HISTORY</A></H1>
 <P>
 $Log: CGI.html,v $
-Revision 1.1  1999-08-04 12:13:27  ivan
-new HTML manpages
+Revision 1.2  2000-03-03 18:22:44  ivan
+changes from 1.2.3 release, fixes from webdemo
  Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of
 module files for proper perl installation
 
  Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of
 module files for proper perl installation
 
index cb2a864..3328e97 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::UI::Gtk - Base class for Gtk user-interface objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::UI::Gtk - Base class for Gtk user-interface objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -65,7 +65,7 @@ class to conditionally specify certain behaviour.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: Gtk.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: Gtk.html,v 1.2 2000-03-03 18:22:44 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
@@ -99,8 +99,8 @@ Still some small bits of widget code same as FS::UI::CGI.
 <H1><A NAME="HISTORY">HISTORY</A></H1>
 <P>
 $Log: Gtk.html,v $
 <H1><A NAME="HISTORY">HISTORY</A></H1>
 <P>
 $Log: Gtk.html,v $
-Revision 1.1  1999-08-04 12:13:27  ivan
-new HTML manpages
+Revision 1.2  2000-03-03 18:22:44  ivan
+changes from 1.2.3 release, fixes from webdemo
  Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of
 module files for proper perl installation
 
  Revision 1.1 1999/08/04 09:03:53 ivan initial checkin of
 module files for proper perl installation
 
index 3444462..cad23d5 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::UID - Subroutines for database login and assorted other stuff</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::UID - Subroutines for database login and assorted other stuff</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -128,7 +128,7 @@ coderef into the hash %FS::UID::callback :
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: UID.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: UID.html,v 1.2 2000-03-03 18:22:42 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index bdbf019..cb422fc 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::agent - Object methods for agent records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::agent - Object methods for agent records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -114,7 +114,7 @@ true iff this agent may purchase the specified package definition. See
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: agent.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: agent.html,v 1.2 2000-03-03 18:22:42 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 25ed652..d246bea 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::agent_type - Object methods for agent_type records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::agent_type - Object methods for agent_type records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -121,7 +121,7 @@ Returns the pkgpart of all package definitions (see <A HREF="../FS/part_pkg.html
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: agent_type.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: agent_type.html,v 1.2 2000-03-03 18:22:42 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index c28aa85..e09bae5 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_bill - Object methods for cust_bill records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_bill - Object methods for cust_bill records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -156,7 +156,7 @@ field. It is specified as a UNIX timestamp; see <EM>perlfunc</EM>. Also see
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_bill.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_bill.html,v 1.2 2000-03-03 18:22:42 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 229e88b..b948744 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_bill_pkg - Object methods for cust_bill_pkg records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_bill_pkg - Object methods for cust_bill_pkg records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -103,7 +103,7 @@ method.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_bill_pkg.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_bill_pkg.html,v 1.2 2000-03-03 18:22:42 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 5683fcd..d23fcd7 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_credit - Object methods for cust_credit records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_credit - Object methods for cust_credit records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -107,7 +107,7 @@ replace methods.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_credit.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_credit.html,v 1.2 2000-03-03 18:22:42 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 5e0b8ee..384e3de 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_main - Object methods for cust_main records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_main - Object methods for cust_main records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -92,8 +92,8 @@ FS::Record. The following fields are currently supported:
 <DT><STRONG><A NAME="item_daytime">daytime - phone (optional)</A></STRONG><DD>
 <DT><STRONG><A NAME="item_night">night - phone (optional)</A></STRONG><DD>
 <DT><STRONG><A NAME="item_fax">fax - phone (optional)</A></STRONG><DD>
 <DT><STRONG><A NAME="item_daytime">daytime - phone (optional)</A></STRONG><DD>
 <DT><STRONG><A NAME="item_night">night - phone (optional)</A></STRONG><DD>
 <DT><STRONG><A NAME="item_fax">fax - phone (optional)</A></STRONG><DD>
-<DT><STRONG><A NAME="item_payby">payby - `CARD' (credit cards), `BILL' (billing), or `COMP' (free)</A></STRONG><DD>
-<DT><STRONG><A NAME="item_payinfo">payinfo - card number, P.O.#, or comp issuer (4-8 lowercase alphanumerics; think username)</A></STRONG><DD>
+<DT><STRONG><A NAME="item_payby">payby - `CARD' (credit cards), `BILL' (billing), `COMP' (free), or `PREPAY' (special billing type: applies a credit - see FS::prepay_credit and sets billing type to BILL)</A></STRONG><DD>
+<DT><STRONG><A NAME="item_payinfo">payinfo - card number, P.O., comp issuer (4-8 lowercase alphanumerics; think username) or prepayment identifier (see FS::prepay_credit)</A></STRONG><DD>
 <DT><STRONG><A NAME="item_paydate">paydate - expiration date, mm/yyyy, m/yyyy, mm/yy or m/yy</A></STRONG><DD>
 <DT><STRONG><A NAME="item_payname">payname - name on card or billing name</A></STRONG><DD>
 <DT><STRONG><A NAME="item_tax">tax - tax exempt, empty or `Y'</A></STRONG><DD>
 <DT><STRONG><A NAME="item_paydate">paydate - expiration date, mm/yyyy, m/yyyy, mm/yy or m/yy</A></STRONG><DD>
 <DT><STRONG><A NAME="item_payname">payname - name on card or billing name</A></STRONG><DD>
 <DT><STRONG><A NAME="item_tax">tax - tax exempt, empty or `Y'</A></STRONG><DD>
@@ -232,7 +232,7 @@ there is an error, returns the error, otherwise returns false.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_main.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_main.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index a3c1f40..3362412 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_main_county - Object methods for cust_main_county objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_main_county - Object methods for cust_main_county objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -97,7 +97,7 @@ replace methods.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_main_county.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_main_county.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 2fc22b3..9dc1fde 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_main_invoice - Object methods for cust_main_invoice records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_main_invoice - Object methods for cust_main_invoice records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -110,7 +110,7 @@ Returns the literal email address for this record (or `POST').
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_main_invoice.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_main_invoice.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 026745e..e9ae08a 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_pay - Object methods for cust_pay objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_pay - Object methods for cust_pay objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -97,7 +97,7 @@ method.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_pay.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_pay.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 1a5189e..d67c124 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_pay_batch - Object methods for batch cards</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_pay_batch - Object methods for batch cards</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -112,7 +112,7 @@ repalce methods.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_pay_batch.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_pay_batch.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index e105a30..d7659f0 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_pkg - Object methods for cust_pkg objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_pkg - Object methods for cust_pkg objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -217,7 +217,7 @@ possible (see
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_pkg.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_pkg.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index f1d106c..6d6cded 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_refund - Object method for cust_refund objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_refund - Object method for cust_refund objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -97,7 +97,7 @@ method.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_refund.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_refund.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 060fb7f..5e73b17 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::cust_svc - Object method for cust_svc objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::cust_svc - Object method for cust_svc objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -107,7 +107,7 @@ A meaningful identifier (username, domain, or mail alias) - The table name
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: cust_svc.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: cust_svc.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 9b8274b..a986ad9 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef - Database objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef - Database objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
index 9c4f7f4..8b9e12b 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_colgroup - Column group objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_colgroup - Column group objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
index c753b52..6a5ebc3 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_column - Column object</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_column - Column object</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -111,7 +111,7 @@ If passed a DBI <CODE>$datasrc</CODE> specifying <A HREF="../DBD/mysql.html">DBD
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: dbdef_column.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: dbdef_column.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 </BODY>
 
 
 </BODY>
 
index 7a9e503..9d0d12a 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_unique.pm - Index object</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_unique.pm - Index object</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
index 7056b0f..a244272 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_table - Table objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_table - Table objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -137,7 +137,7 @@ applicable) may also be supported in the future.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: dbdef_table.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: dbdef_table.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 </BODY>
 
 
 </BODY>
 
index 73c885c..201f3aa 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_unique.pm - Unique object</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::dbdef_unique.pm - Unique object</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
index e36b584..716b944 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::part_pkg - Object methods for part_pkg objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::part_pkg - Object methods for part_pkg objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -116,7 +116,7 @@ the insert and replace methods.
 
 <DT><STRONG><A NAME="item_pkg_svc">pkg_svc</A></STRONG><DD>
 <P>
 
 <DT><STRONG><A NAME="item_pkg_svc">pkg_svc</A></STRONG><DD>
 <P>
-Returns all FS::pkg_svc objects (see <A HREF="../FS/pkg_svc.html">FS::pkg_svc</A>) for this package definition.
+Returns all FS::pkg_svc objects (see <A HREF="../FS/pkg_svc.html">FS::pkg_svc</A>) for this package definition (with non-zero quantity).
 
 <DT><STRONG><A NAME="item_svcpart">svcpart [ SVCDB ]</A></STRONG><DD>
 <P>
 
 <DT><STRONG><A NAME="item_svcpart">svcpart [ SVCDB ]</A></STRONG><DD>
 <P>
@@ -129,7 +129,7 @@ definition,
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: part_pkg.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: part_pkg.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index b6fd2ce..a11d903 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::part_referral - Object methods for part_referral objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::part_referral - Object methods for part_referral objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -94,7 +94,7 @@ replace methods.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: part_referral.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: part_referral.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index fedcbd3..95829d1 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::part_svc - Object methods for part_svc objects</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::part_svc - Object methods for part_svc objects</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -97,7 +97,7 @@ insert and replace methods.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: part_svc.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: part_svc.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 7cd7863..6c8af12 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::pkg_svc - Object methods for pkg_svc records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::pkg_svc - Object methods for pkg_svc records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -109,7 +109,7 @@ Returns the FS::part_svc object (see <A HREF="../FS/part_svc.html">FS::part_svc<
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: pkg_svc.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: pkg_svc.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index d8d81a0..970385b 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::svc_Common - Object method for all svc_ records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::svc_Common - Object method for all svc_ records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -86,7 +86,7 @@ these methods. Called by the cancel method of FS::cust_pkg (see <A HREF="../FS/c
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: svc_Common.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: svc_Common.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 4b30745..0f8e5b4 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::svc_acct - Object methods for svc_acct records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::svc_acct - Object methods for svc_acct records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -184,7 +184,7 @@ Sets any fixed values; see <A HREF="../FS/part_svc.html">FS::part_svc</A>.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: svc_acct.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: svc_acct.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 0deee2e..c94f8cd 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::svc_acct_pop - Object methods for svc_acct_pop records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::svc_acct_pop - Object methods for svc_acct_pop records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -61,6 +61,7 @@ inherits from FS::Record. The following fields are currently supported:
 <DT><STRONG><A NAME="item_state">state</A></STRONG><DD>
 <DT><STRONG><A NAME="item_ac">ac - area code</A></STRONG><DD>
 <DT><STRONG><A NAME="item_exch">exch - exchange</A></STRONG><DD>
 <DT><STRONG><A NAME="item_state">state</A></STRONG><DD>
 <DT><STRONG><A NAME="item_ac">ac - area code</A></STRONG><DD>
 <DT><STRONG><A NAME="item_exch">exch - exchange</A></STRONG><DD>
+<DT><STRONG><A NAME="item_loc">loc - rest of number</A></STRONG><DD>
 </DL>
 <P>
 <HR>
 </DL>
 <P>
 <HR>
@@ -96,7 +97,7 @@ insert and replace methods.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: svc_acct_pop.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: svc_acct_pop.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 2b83485..d283427 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::svc_acct_sm - Object methods for svc_acct_sm records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::svc_acct_sm - Object methods for svc_acct_sm records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -149,7 +149,7 @@ Sets any fixed values; see <A HREF="../FS/part_svc.html">FS::part_svc</A>.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: svc_acct_sm.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: svc_acct_sm.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 9b5e1a5..bfe58c9 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::svc_domain - Object methods for svc_domain records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::svc_domain - Object methods for svc_domain records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -97,6 +97,21 @@ The additional field <EM>email</EM> can be used to manually set the admin contac
 Otherwise, the svc_acct records for this package (see <A HREF="../FS/cust_pkg.html">FS::cust_pkg</A>) are searched. If there is exactly one svc_acct record in the same
 package, it is automatically used. Otherwise an error is returned.
 
 Otherwise, the svc_acct records for this package (see <A HREF="../FS/cust_pkg.html">FS::cust_pkg</A>) are searched. If there is exactly one svc_acct record in the same
 package, it is automatically used. Otherwise an error is returned.
 
+<P>
+If any <EM>soamachine</EM> configuration file exists, an SOA record is added to the domain_record
+table (see &lt;FS::domain_record&gt;).
+
+<P>
+If any machines are defined in the <EM>nsmachines</EM> configuration file, NS records are added to the domain_record table (see <A HREF="../FS/domain_record.html">FS::domain_record</A>).
+
+<P>
+If any machines are defined in the <EM>mxmachines</EM> configuration file, MX records are added to the domain_record table (see <A HREF="../FS/domain_record.html">FS::domain_record</A>).
+
+<P>
+Any problems adding FS::domain_record records will emit warnings, but will
+not return errors from this method. If your configuration files are correct
+you shouln't have any problems.
+
 <DT><STRONG><A NAME="item_delete">delete</A></STRONG><DD>
 <P>
 Deletes this domain from the database. If there is an error, returns the
 <DT><STRONG><A NAME="item_delete">delete</A></STRONG><DD>
 <P>
 Deletes this domain from the database. If there is an error, returns the
@@ -142,8 +157,7 @@ Sets any fixed values; see <A HREF="../FS/part_svc.html">FS::part_svc</A>.
 
 <DT><STRONG><A NAME="item_whois">whois</A></STRONG><DD>
 <P>
 
 <DT><STRONG><A NAME="item_whois">whois</A></STRONG><DD>
 <P>
-Returns the Net::Whois object corresponding to this domain, or undef if the
-domain is not found in whois.
+Returns the Net::Whois::Domain object (see <A HREF="../Net/Whois.html">Net::Whois</A>) for this domain, or undef if the domain is not found in whois.
 
 <P>
 (If $FS::svc_domain::whois_hack is true, returns that in all cases
 
 <P>
 (If $FS::svc_domain::whois_hack is true, returns that in all cases
@@ -162,7 +176,7 @@ Submits a registration email for this domain.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: svc_domain.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: svc_domain.html,v 1.2 2000-03-03 18:22:43 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index aa55cce..65fa8c0 100644 (file)
@@ -1,7 +1,7 @@
 <HTML>
 <HEAD>
 <TITLE>FS::type_pkgs - Object methods for type_pkgs records</TITLE>
 <HTML>
 <HEAD>
 <TITLE>FS::type_pkgs - Object methods for type_pkgs records</TITLE>
-<LINK REV="made" HREF="mailto:ivan@rootwood.sisd.com">
+<LINK REV="made" HREF="mailto:none">
 </HEAD>
 
 <BODY>
 </HEAD>
 
 <BODY>
@@ -93,7 +93,7 @@ replace methods.
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
 <HR>
 <H1><A NAME="VERSION">VERSION</A></H1>
 <P>
-$Id: type_pkgs.html,v 1.1 1999-08-04 12:13:27 ivan Exp $
+$Id: type_pkgs.html,v 1.2 2000-03-03 18:22:44 ivan Exp $
 
 <P>
 <HR>
 
 <P>
 <HR>
index 2be3c6e..f0a080d 100644 (file)
@@ -2,7 +2,7 @@
   <title>Upgrading to 1.3.0</title>
 </head>
 <body>
   <title>Upgrading to 1.3.0</title>
 </head>
 <body>
-<h1>Upgrading to 1.3.0 from 1.2.2</h1>
+<h1>Upgrading to 1.2.3 from 1.2.2</h1>
 <ul>
   <li>If migrating from 1.0.0, see these <a href="upgrade.html">instructions</a> first.
   <li>If migrating from less than 1.1.4, see these <a href="upgrade2.html">instructions</a> first.
 <ul>
   <li>If migrating from 1.0.0, see these <a href="upgrade.html">instructions</a> first.
   <li>If migrating from less than 1.1.4, see these <a href="upgrade2.html">instructions</a> first.
index bf85e4a..f1d4ae4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -Tw
 #
 #!/usr/bin/perl -Tw
 #
-# $Id: svc_domain.cgi,v 1.10 1999-07-17 10:38:52 ivan Exp $
+# $Id: svc_domain.cgi,v 1.11 2000-03-03 18:22:44 ivan Exp $
 #
 # Usage: post form to:
 #        http://server.name/path/svc_domain.cgi
 #
 # Usage: post form to:
 #        http://server.name/path/svc_domain.cgi
 # display total, use FS::CGI now does browsing too ivan@sisd.com 98-jul-17
 #
 # $Log: svc_domain.cgi,v $
 # display total, use FS::CGI now does browsing too ivan@sisd.com 98-jul-17
 #
 # $Log: svc_domain.cgi,v $
-# Revision 1.10  1999-07-17 10:38:52  ivan
+# Revision 1.11  2000-03-03 18:22:44  ivan
+# changes from 1.2.3 release, fixes from webdemo
+#
+# Revision 1.10  1999/07/17 10:38:52  ivan
 # scott nelson <scott@ultimanet.com> noticed this mod_perl-triggered bug and
 # gave me a great bugreport at the last rhythmethod
 #
 # scott nelson <scott@ultimanet.com> noticed this mod_perl-triggered bug and
 # gave me a great bugreport at the last rhythmethod
 #
@@ -64,6 +67,7 @@ $conf = new FS::Conf;
 $mydomain = $conf->config('domain');
 
 ($query)=$cgi->keywords;
 $mydomain = $conf->config('domain');
 
 ($query)=$cgi->keywords;
+$query ||= ''; #to avoid use of unitialized value errors
 if ( $query eq 'svcnum' ) {
   $sortby=\*svcnum_sort;
   @svc_domain=qsearch('svc_domain',{});
 if ( $query eq 'svcnum' ) {
   $sortby=\*svcnum_sort;
   @svc_domain=qsearch('svc_domain',{});