summaryrefslogtreecommitdiff
path: root/FS/FS/cust_refund.pm
diff options
context:
space:
mode:
authorivan <ivan>2008-05-19 04:07:02 +0000
committerivan <ivan>2008-05-19 04:07:02 +0000
commit978fea1c303551f90c95ae852b6463951b78246b (patch)
treec676ac9166a1470959eb0b6bb3f9b16b5275a0b1 /FS/FS/cust_refund.pm
parent36de6f6f3b7ec8cafc8f5247af750b331ee13a1b (diff)
make net receipts clickable... and netreceipts != cashflow, really, so separate those concepts, and cashflow gets gross & net variants. also add gross/net refunds. #3012
Diffstat (limited to 'FS/FS/cust_refund.pm')
-rw-r--r--FS/FS/cust_refund.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/cust_refund.pm b/FS/FS/cust_refund.pm
index 4981795..e075e3e 100644
--- a/FS/FS/cust_refund.pm
+++ b/FS/FS/cust_refund.pm
@@ -11,7 +11,7 @@ use FS::cust_pay_refund;
use FS::cust_main;
use FS::payinfo_Mixin;
-@ISA = qw( FS::Record FS::payinfo_Mixin );
+@ISA = qw( FS::payinfo_Mixin FS::cust_main_Mixin FS::Record );
@encrypted_fields = ('payinfo');
@@ -216,7 +216,7 @@ sub delete {
=item replace OLD_RECORD
-Currently unimplemented (accounting reasons).
+Modifying a refund? Well, don't say I didn't warn you.
=cut