add cust_pay_refund table to refund payments
[freeside.git] / FS / FS.pm
index 6c560d9..67cb1f8 100644 (file)
--- 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