X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fdocs%2Fman%2FFS%2Fcust_refund.html;h=93bb07b2d930f690dde7aaa517205b26dba324be;hp=39ed14de4cd50cae2446479e69b813867bdbea77;hb=6991d4986df7fb3a6c7c49b5ae1b3713e87a16c4;hpb=f02dd9b0e5042ef000d9338089eed50988d48914 diff --git a/httemplate/docs/man/FS/cust_refund.html b/httemplate/docs/man/FS/cust_refund.html index 39ed14de4..93bb07b2d 100644 --- a/httemplate/docs/man/FS/cust_refund.html +++ b/httemplate/docs/man/FS/cust_refund.html @@ -50,7 +50,7 @@ inherits from FS::Record. The following fields are currently supported:

refundnum - primary key (assigned automatically for new refunds)
-
crednum - Credit (see the FS::cust_credit manpage)
+
custnum - customer (see the FS::cust_main manpage)
refund - Amount of the refund
@@ -61,8 +61,12 @@ inherits from FS::Record. The following fields are currently supported:

payinfo - card number, P.O.#, or comp issuer (4-8 lowercase alphanumerics; think username)
+
paybatch - text field for tracking card processing
+
otaker - order taker (assigned automatically, see the FS::UID manpage)
+
closed - books closed flag, empty or `Y'
+


@@ -74,8 +78,10 @@ Creates a new refund. To add the refund to the database, see

insert
-Adds this refund to the database, and updates the credit (see -the FS::cust_credit manpage). +Adds this refund to the database. +

For backwards-compatibility and convenience, if the additional field crednum is +defined, an FS::cust_credit_refund record for the full amount of the refund +will be created. In this case, custnum is optional.

delete
@@ -93,7 +99,7 @@ returns the error, otherwise returns false. Called by the insert method.


VERSION

-

$Id: cust_refund.html,v 1.1 2001-07-30 07:36:03 ivan Exp $

+

$Id: cust_refund.html,v 1.3 2002-01-29 17:42:46 ivan Exp $


BUGS