From 60d10560a2956f63a430febc4e3e124280d6a4eb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 1 Aug 2018 16:00:21 -0700 Subject: [PATCH] stop incrementing usage for CF accounts --- FS/FS/svc_acct.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0