mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Squid-accounting: revert setlocale because thevalues are not correctly with this setting
This commit is contained in:
committed by
Michael Tremer
parent
48f989de15
commit
67bda607ca
@@ -460,7 +460,6 @@ sub pdf2 {
|
||||
$lines->linewidth('0.5');
|
||||
|
||||
#Fill BILL DATA into PDF
|
||||
setlocale(LC_ALL, "$mainsettings{'LANGUAGE'}_$uplang");
|
||||
foreach (@billar) {
|
||||
my ($a1,$a2) = split( /\,/, $_ );
|
||||
$a2=sprintf"%.2f",($a2/1024/1024);
|
||||
|
||||
Reference in New Issue
Block a user