[freeside-commits] branch FREESIDE_4_BRANCH updated. 83c584e14f5a66f348ec552931b5feafe682921e
Ivan Kohler
ivan at freeside.biz
Wed Aug 1 16:00:25 PDT 2018
The branch, FREESIDE_4_BRANCH has been updated
via 83c584e14f5a66f348ec552931b5feafe682921e (commit)
from ecfee532f0251531f67acf91696188c9a2c56c9d (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 83c584e14f5a66f348ec552931b5feafe682921e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Aug 1 16:00:24 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