Skip to content

Commit

Permalink
add return
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Jun 28, 2023
1 parent 2d15ed6 commit 33f74ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ProductOpener/PackagingStats.pm
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ sub export_product_packaging_components_to_csv ($csv, $filehandle, $product_ref)
$csv->print($filehandle, \@values);
}
}

return;
}

=head2 add_product_materials_to_stats($name, $packagings_stats_ref, $product_ref)
Expand Down

0 comments on commit 33f74ce

Please sign in to comment.