[freeside-commits] branch FREESIDE_3_BRANCH updated. 21b66c72a2442c50461fe9b23e09677d42988596
Ivan
ivan at 420.am
Wed Jun 29 10:02:54 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 21b66c72a2442c50461fe9b23e09677d42988596 (commit)
from 1eff559d376d03ceb8de01dbc9dee9bf83bc647f (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 21b66c72a2442c50461fe9b23e09677d42988596
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jun 29 10:02:53 2016 -0700
better name for svc_acct events
diff --git a/FS/FS/part_event.pm b/FS/FS/part_event.pm
index 62d96f9..d2ec8ab 100644
--- a/FS/FS/part_event.pm
+++ b/FS/FS/part_event.pm
@@ -387,7 +387,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