diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-08-01 16:00:24 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-08-01 16:00:24 -0700 |
| commit | 83c584e14f5a66f348ec552931b5feafe682921e (patch) | |
| tree | 1f1915c843551f855b739682e6415a3b5cda1815 | |
| parent | ecfee532f0251531f67acf91696188c9a2c56c9d (diff) | |
stop incrementing usage for CF accounts
| -rw-r--r-- | FS/FS/svc_acct.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', |
