From: jeff Date: Wed, 17 Jan 2007 16:41:38 +0000 (+0000) Subject: noise reduction X-Git-Tag: TRIXBOX_2_6~753 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6e43656342e57e603c2ba1462014d451d5d74b88;hp=dea2573bee84deb5e22196dda7580edaf0c27a42;p=freeside.git noise reduction --- diff --git a/FS/FS/part_pkg/flat.pm b/FS/FS/part_pkg/flat.pm index f4031ec79..a58430190 100644 --- a/FS/FS/part_pkg/flat.pm +++ b/FS/FS/part_pkg/flat.pm @@ -119,7 +119,7 @@ sub is_prepaid { sub reset_usage { my($self, $cust_pkg) = @_; my %values = map { $_, $self->option($_) } - grep { $self->option($_) } + grep { $self->option($_, 'hush') } qw(seconds upbytes downbytes totalbytes); $cust_pkg->set_usage(\%values); }