From: ivan Date: Thu, 26 Apr 2007 03:35:57 +0000 (+0000) Subject: old Number::Format silently ignores datavolume-forcemegabytes X-Git-Tag: TRIXBOX_2_6~531 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=eb78293f2d7bda5e3a59b110b0a813a244e2fce9 old Number::Format silently ignores datavolume-forcemegabytes --- diff --git a/FS/FS/UI/bytecount.pm b/FS/FS/UI/bytecount.pm index c2352da64..38aa1dfd6 100644 --- a/FS/FS/UI/bytecount.pm +++ b/FS/FS/UI/bytecount.pm @@ -3,7 +3,7 @@ package FS::UI::bytecount; use strict; use vars qw($DEBUG $me); use FS::Conf; -use Number::Format; +use Number::Format 1.50; $DEBUG = 0; $me = '[FS::UID::bytecount]';