X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Freason_type.pm;h=17a7167120ed1f768573b6361ae7500d70ab1e38;hb=292ef074d01bb925e9a466ed771bf2ac418bb44f;hp=00ac9a87e016500a6954538ca0c14d520918109f;hpb=77b23be67a840dae149a9e82613248b5f048cedd;p=freeside.git diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm index 00ac9a87e..17a716712 100644 --- a/FS/FS/reason_type.pm +++ b/FS/FS/reason_type.pm @@ -11,6 +11,7 @@ our %class_name = ( 'R' => 'credit', 'S' => 'suspend', 'F' => 'refund', + 'X' => 'void credit', ); our %class_purpose = ( @@ -18,6 +19,7 @@ our %class_purpose = ( 'R' => 'explain why a customer was credited', 'S' => 'explain why a customer package was suspended', 'F' => 'explain why a customer was refunded', + 'X' => 'explain why a credit was voided', ); =head1 NAME @@ -48,7 +50,7 @@ inherits from FS::Record. The following fields are currently supported: =item typenum - primary key -=item class - currently 'C', 'R', or 'S' for cancel, credit, or suspend +=item class - currently 'C', 'R', 'S', 'F' or 'X' for cancel, credit, suspend, refund or void credit =item type - name of the type of reason