regenerated perl api docs from embedded pod
[freeside.git] / htdocs / docs / man / cust_bill_pkg.txt
index 1ca4b8c..d725c94 100644 (file)
@@ -4,8 +4,8 @@ NAME
 SYNOPSIS
       use FS::cust_bill_pkg;
 
-      $record = create FS::cust_bill_pkg \%hash;
-      $record = create FS::cust_bill_pkg { 'column' => 'value' };
+      $record = new FS::cust_bill_pkg \%hash;
+      $record = new FS::cust_bill_pkg { 'column' => 'value' };
 
       $error = $record->insert;
 
@@ -32,7 +32,7 @@ DESCRIPTION
     functions.
 
 METHODS
-    create HASHREF
+    new HASHREF
         Creates a new line item. To add the line item to the
         database, see the section on "insert". Line items are
         normally created by calling the bill method of a customer
@@ -57,9 +57,10 @@ METHODS
         there is an error, returns the error, otherwise returns
         false. Called by the insert method.
 
-BUGS
-    It doesn't properly override FS::Record yet.
+VERSION
+    $Id: cust_bill_pkg.txt,v 1.3 1999-04-08 13:39:31 ivan Exp $
 
+BUGS
 SEE ALSO
     the FS::Record manpage, the FS::cust_bill manpage, the
     FS::cust_pkg manpage, the FS::cust_main manpage, schema.html