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;