[freeside-commits] branch FREESIDE_4_BRANCH updated. df314031539df43901702047519bade0d4458777

Ivan ivan at 420.am
Wed Jun 29 10:02:52 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  df314031539df43901702047519bade0d4458777 (commit)
      from  238778f35b35243a8dc5a16b6a0d77e860a5edb3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df314031539df43901702047519bade0d4458777
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Jun 29 10:02:51 2016 -0700

    better name for svc_acct events

diff --git a/FS/FS/part_event.pm b/FS/FS/part_event.pm
index 9a1144c..8a37e78 100644
--- a/FS/FS/part_event.pm
+++ b/FS/FS/part_event.pm
@@ -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"?
-    'svc_acct'       => 'Login service',
+    'svc_acct'       => 'Account service (svc_acct)',
   ;
 
   \%hash

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/part_event.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list