regenerated perl api docs from embedded pod
[freeside.git] / htdocs / docs / man / cust_main_county.txt
index 8e99397..9a4a60e 100644 (file)
@@ -5,8 +5,8 @@ NAME
 SYNOPSIS
       use FS::cust_main_county;
 
 SYNOPSIS
       use FS::cust_main_county;
 
-      $record = create FS::cust_main_county \%hash;
-      $record = create FS::cust_main_county { 'column' => 'value' };
+      $record = new FS::cust_main_county \%hash;
+      $record = new FS::cust_main_county { 'column' => 'value' };
 
       $error = $record->insert;
 
 
       $error = $record->insert;
 
@@ -24,9 +24,10 @@ DESCRIPTION
     taxnum - primary key (assigned automatically for new tax rates)
     state
     county
     taxnum - primary key (assigned automatically for new tax rates)
     state
     county
+    country
     tax - percentage
 METHODS
     tax - percentage
 METHODS
-    create HASHREF
+    new HASHREF
         Creates a new tax rate. To add the tax rate to the database,
         see the section on "insert".
 
         Creates a new tax rate. To add the tax rate to the database,
         see the section on "insert".
 
@@ -48,11 +49,10 @@ METHODS
         there is an error, returns the error, otherwise returns
         false. Called by the insert and replace methods.
 
         there is an error, returns the error, otherwise returns
         false. Called by the insert and replace methods.
 
-BUGS
-    It doesn't properly override FS::Record yet.
-
-    A country field (and possibly a currency field) should be added.
+VERSION
+    $Id: cust_main_county.txt,v 1.3 1999-04-08 13:39:32 ivan Exp $
 
 
+BUGS
 SEE ALSO
     the FS::Record manpage, the FS::cust_main manpage, the
     FS::cust_bill manpage, schema.html from the base documentation.
 SEE ALSO
     the FS::Record manpage, the FS::cust_main manpage, the
     FS::cust_bill manpage, schema.html from the base documentation.
@@ -65,3 +65,12 @@ HISTORY
 
     pod ivan@sisd.com 98-sep-21
 
 
     pod ivan@sisd.com 98-sep-21
 
+    $Log: cust_main_county.txt,v $
+    Revision 1.3  1999-04-08 13:39:32  ivan
+    convert from pod for 1.2.0 release
+ Revision 1.3 1998/12/29 11:59:41
+    ivan mostly properly OO, some work still to be done with svc_
+    stuff
+
+    Revision 1.2 1998/11/18 09:01:43 ivan i18n! i18n!
+