regenerated perl api docs from embedded pod
[freeside.git] / htdocs / docs / man / part_referral.txt
index 5349963..fbc141c 100644 (file)
@@ -4,8 +4,8 @@ NAME
 SYNOPSIS
       use FS::part_referral;
 
 SYNOPSIS
       use FS::part_referral;
 
-      $record = create FS::part_referral \%hash
-      $record = create FS::part_referral { 'column' => 'value' };
+      $record = new FS::part_referral \%hash
+      $record = new FS::part_referral { 'column' => 'value' };
 
       $error = $record->insert;
 
 
       $error = $record->insert;
 
@@ -25,7 +25,7 @@ DESCRIPTION
     refnum - primary key (assigned automatically for new referrals)
     referral - Text name of this referral
 METHODS
     refnum - primary key (assigned automatically for new referrals)
     referral - Text name of this referral
 METHODS
-    create HASHREF
+    new HASHREF
         Creates a new referral. To add the referral to the database,
         see the section on "insert".
 
         Creates a new referral. To add the referral to the database,
         see the section on "insert".
 
@@ -45,9 +45,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.
+VERSION
+    $Id: part_referral.txt,v 1.3 1999-04-08 13:39:32 ivan Exp $
 
 
+BUGS
     The delete method is unimplemented.
 
 SEE ALSO
     The delete method is unimplemented.
 
 SEE ALSO
@@ -61,3 +62,9 @@ HISTORY
 
     pod ivan@sisd.com 98-sep-21
 
 
     pod ivan@sisd.com 98-sep-21
 
+    $Log: part_referral.txt,v $
+    Revision 1.3  1999-04-08 13:39:32  ivan
+    convert from pod for 1.2.0 release
+ Revision 1.2 1998/12/29 11:59:49 ivan
+    mostly properly OO, some work still to be done with svc_ stuff
+