From: Ivan Kohler Date: Wed, 1 Aug 2018 22:37:10 +0000 (-0700) Subject: stop incrementing usage for CF accounts X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5a7fbc51bbbe090d45655862f3ab222d28b60962 stop incrementing usage for CF accounts --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 7c35f013f..1584cce51 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -1980,6 +1980,9 @@ sub _op_usage { return '' unless $amount; + return '' + if $self->cust_svc->part_svc->part_svc_column($column)->columnflag eq 'F'; + local $SIG{HUP} = 'IGNORE'; local $SIG{INT} = 'IGNORE'; local $SIG{QUIT} = 'IGNORE';