X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Freason_type.pm;h=4a8c03632819a1d38b3463701ae33627910e681b;hb=b77a4f001a6a94e6b40f19d2e78655102dcc3aa7;hp=a603809e266e07229ff75e5377452f3816fb178f;hpb=fb4ab1073f0d15d660c6cdc4e07afebf68ef3924;p=freeside.git diff --git a/FS/FS/reason_type.pm b/FS/FS/reason_type.pm index a603809e2..4a8c03632 100644 --- a/FS/FS/reason_type.pm +++ b/FS/FS/reason_type.pm @@ -10,12 +10,14 @@ our %class_name = ( 'C' => 'cancel', 'R' => 'credit', 'S' => 'suspend', + 'X' => 'void credit', ); 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', + 'X' => 'explain why a credit was voided', ); =head1 NAME @@ -46,7 +48,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' or 'X' for cancel, credit, suspend, refund or void credit =item type - name of the type of reason