[freeside-commits] branch master updated. 60d10560a2956f63a430febc4e3e124280d6a4eb
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 16:00:22 PDT 2018
The branch, master has been updated
via 60d10560a2956f63a430febc4e3e124280d6a4eb (commit)
from 5a7fbc51bbbe090d45655862f3ab222d28b60962 (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 60d10560a2956f63a430febc4e3e124280d6a4eb
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 16:00:21 2018 -0700
stop incrementing usage for CF accounts
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 1584cce51..1118c0d53 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -350,7 +350,7 @@ sub table_info {
type => 'text',
disable_inventory => 1,
disable_select => 1,
- disable_part_svc_column => 1,
+ #disable_part_svc_column => 1,
},
'upbytes' => { label => 'Upload',
type => 'text',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/svc_acct.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list