summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-08-01 16:00:24 -0700
committerIvan Kohler <ivan@freeside.biz>2018-08-01 16:00:24 -0700
commit83c584e14f5a66f348ec552931b5feafe682921e (patch)
tree1f1915c843551f855b739682e6415a3b5cda1815 /FS
parentecfee532f0251531f67acf91696188c9a2c56c9d (diff)
stop incrementing usage for CF accounts
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/svc_acct.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 1584cce..1118c0d 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',