diff options
author | Ivan Kohler <ivan@freeside.biz> | 2018-08-01 16:00:21 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2018-08-01 16:00:21 -0700 |
commit | 60d10560a2956f63a430febc4e3e124280d6a4eb (patch) | |
tree | 1d854004442f5389ed8d3bc5784d13076f7e9709 | |
parent | 5a7fbc51bbbe090d45655862f3ab222d28b60962 (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', |