diff options
author | ivan <ivan> | 1999-02-09 09:38:15 +0000 |
---|---|---|
committer | ivan <ivan> | 1999-02-09 09:38:15 +0000 |
commit | 9e95f24c0c93f9ca0c8d07041478bc1b36c571d8 (patch) | |
tree | e4a04129dccc6958aa7fb5093237a80f94d195b7 /htdocs/docs/man/cust_bill_pkg.txt | |
parent | 2d5b6a99008439861b047739d1064fd828eccc7d (diff) |
regenerated perl api docs from embedded pod
Diffstat (limited to 'htdocs/docs/man/cust_bill_pkg.txt')
-rw-r--r-- | htdocs/docs/man/cust_bill_pkg.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/htdocs/docs/man/cust_bill_pkg.txt b/htdocs/docs/man/cust_bill_pkg.txt index 1ca4b8cca..d725c941e 100644 --- a/htdocs/docs/man/cust_bill_pkg.txt +++ b/htdocs/docs/man/cust_bill_pkg.txt @@ -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 |