From dd8d988ce8d1dec6c881e51316947b94d991ab8e Mon Sep 17 00:00:00 2001 From: Irina Peshinskaya Date: Tue, 15 Dec 2015 20:38:33 +0200 Subject: [PATCH] MT#7227 Just a comment about code decision Change-Id: I6798638cbb3c69d4c69c65b4e044f87c4cad5640 --- lib/NGCP/Panel/Utils/Billing.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/NGCP/Panel/Utils/Billing.pm b/lib/NGCP/Panel/Utils/Billing.pm index 067ab17872..d1b1ceae90 100644 --- a/lib/NGCP/Panel/Utils/Billing.pm +++ b/lib/NGCP/Panel/Utils/Billing.pm @@ -54,6 +54,7 @@ sub process_billing_fees{ my @fees = (); my %zones = (); open(my $fh, '<:encoding(utf8)', $data); + #to don't stop on first failed parse - don't use "while($csv->getline)" while ( my $line = <$fh> ){ ++$linenum; next unless length $line;