[freeside-commits] freeside/FS/FS/part_pkg flat.pm,1.11,1.12

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Jan 17 08:41:41 PST 2007


Update of /home/cvs/cvsroot/freeside/FS/FS/part_pkg
In directory wavetail:/tmp/cvs-serv24626

Modified Files:
	flat.pm 
Log Message:
noise reduction

Index: flat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/flat.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- flat.pm	12 Jan 2007 02:04:49 -0000	1.11
+++ flat.pm	17 Jan 2007 16:41:38 -0000	1.12
@@ -119,7 +119,7 @@
 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);
 }



More information about the freeside-commits mailing list