summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-06-29 04:02:45 +0000
committerivan <ivan>2004-06-29 04:02:45 +0000
commit157e8bdba110b7aac022bd2c2f7b377d3c5b2f85 (patch)
tree9dc49439d40ebbbeeea1db3f48fdd6ee7602cb34 /FS/FS.pm
parentf1e474e3ea4c658b9a1f84af108f09a65886055c (diff)
add cust_pay_refund table to refund payments
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm6
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 6c560d9..67cb1f8 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -122,9 +122,11 @@ L<FS::cust_credit> - Credit class
L<FS::cust_refund> - Refund class
-L<FS::cust_credit_refund> - Refund application class
+L<FS::cust_credit_refund> - Refund application to credit class
-L<FS::cust_credit_bill> - Credit invoice application class
+L<FS::cust_credit_bill> - Credit application to invoice class
+
+L<FS::cust_pay_refund> - Refund application to payment class
L<FS::cust_pay_batch> - Credit card transaction queue class