diff options
-rw-r--r-- | FS/FS/part_pkg/flat.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |