cleanup for access rights
authorMark Wells <mark@freeside.biz>
Tue, 3 Nov 2015 20:10:52 +0000 (12:10 -0800)
committerMark Wells <mark@freeside.biz>
Tue, 3 Nov 2015 20:28:14 +0000 (12:28 -0800)
FS/FS/AccessRight.pm
FS/FS/access_right.pm
FS/FS/reason_type.pm

index 95cf29a..a96a6cb 100644 (file)
@@ -232,7 +232,7 @@ tie my %rights, 'Tie::IxHash',
     'Refund Echeck payment',
     'Delete refund', #NEW
     'Add on-the-fly credit reason', #NEW
-    'Add on-the-fly void credit reason',
+    'Add on-the-fly void reason',
     'Add on-the-fly refund reason', #NEW
   ],
   
index 40475ec..0da718c 100644 (file)
@@ -251,9 +251,7 @@ sub _upgrade_data { # class method
     'List customers' => 'List contacts',
     'Backdate payment' => 'Backdate credit',
     'Generate quotation' => 'Disable quotation',
-    'Void credit' => 'Void credit',
-    'Unvoid credit' => 'Unvoid credit',
-    'Add on-the-fly void credit reason' => 'Add on-the-fly void credit reason',
+    'Add on-the-fly void credit reason' => 'Add on-the-fly void reason',
     '_ALL' => 'Employee preference telephony integration',
   );
 
index 50df495..4042972 100644 (file)
@@ -19,7 +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',
+  'X' => 'explain why a transaction was voided',
 );
 
 =head1 NAME