X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fdocs%2Fman%2Fcust_refund.txt;h=a982ca610e5152799f84370e95a5fcdde49b3d20;hb=9e95f24c0c93f9ca0c8d07041478bc1b36c571d8;hp=392a0b57ac2aae1f42d09e3018305aacc651b67c;hpb=b678ed1362b6a8496d5c1cc28130105713834428;p=freeside.git diff --git a/htdocs/docs/man/cust_refund.txt b/htdocs/docs/man/cust_refund.txt index 392a0b57a..a982ca610 100644 --- a/htdocs/docs/man/cust_refund.txt +++ b/htdocs/docs/man/cust_refund.txt @@ -4,8 +4,8 @@ NAME SYNOPSIS use FS::cust_refund; - $record = create FS::cust_refund \%hash; - $record = create FS::cust_refund { 'column' => 'value' }; + $record = new FS::cust_refund \%hash; + $record = new FS::cust_refund { 'column' => 'value' }; $error = $record->insert; @@ -28,7 +28,7 @@ DESCRIPTION payinfo - card number, P.O.#, or comp issuer (4-8 lowercase alphanumerics; think username) otaker - order taker (assigned automatically, see the FS::UID manpage) METHODS - create HASHREF + new HASHREF Creates a new refund. To add the refund to the database, see the section on "insert". @@ -47,9 +47,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_refund.txt,v 1.3 1999-04-08 13:39:32 ivan Exp $ +BUGS Delete and replace methods. SEE ALSO @@ -64,3 +65,12 @@ HISTORY pod and finish up ivan@sisd.com 98-sep-21 + $Log: cust_refund.txt,v $ + Revision 1.3 1999-04-08 13:39:32 ivan + convert from pod for 1.2.0 release + Revision 1.3 1999/01/25 12:26:13 ivan + yet more mod_perl stuff + + Revision 1.2 1998/12/29 11:59:46 ivan mostly properly OO, some + work still to be done with svc_ stuff +