better name for svc_acct events
authorIvan Kohler <ivan@freeside.biz>
Wed, 29 Jun 2016 17:02:49 +0000 (10:02 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 29 Jun 2016 17:02:49 +0000 (10:02 -0700)
FS/FS/part_event.pm

index 6751776..58e0127 100644 (file)
@@ -372,7 +372,7 @@ sub eventtable_labels {
     'cust_pay'       => 'Payment',
     'cust_pay_batch' => 'Batch payment',
     'cust_statement' => 'Statement',  #too general a name here? "Invoice group"?
     'cust_pay'       => 'Payment',
     'cust_pay_batch' => 'Batch payment',
     'cust_statement' => 'Statement',  #too general a name here? "Invoice group"?
-    'svc_acct'       => 'Login service',
+    'svc_acct'       => 'Account service (svc_acct)',
   ;
 
   \%hash
   ;
 
   \%hash