X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Freason_type.pm;h=4042972b44cd7354171abe9c780b94071ff70150;hb=3a742395d79d0d6712e5111320c4780fd172b870;hp=d66f7b5727e957f09ec9a99612eabaab382b2965;hpb=73e20a91b38b27ad5be79306ba25bdfb5a1252e1;p=freeside.git diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm index d66f7b572..4042972b4 100644 --- a/FS/FS/reason_type.pm +++ b/FS/FS/reason_type.pm @@ -10,20 +10,16 @@ our %class_name = ( 'C' => 'cancel', 'R' => 'credit', 'S' => 'suspend', - 'U' => 'activate', #uncancel/unsuspend - 'W' => 'renewal', - 'T' => 'term change', 'F' => 'refund', + 'X' => 'void', # credit/invoice/payment ); our %class_purpose = ( 'C' => 'explain why a customer package was cancelled', 'R' => 'explain why a customer was credited', 'S' => 'explain why a customer package was suspended', - 'U' => 'explain why a customer package was unsuspended/uncanceled/activated', - 'W' => 'explain why a customer package was renewed', - 'T' => 'explain why a customer package term was changed', 'F' => 'explain why a customer was refunded', + 'X' => 'explain why a transaction was voided', ); =head1 NAME @@ -54,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