From 4d4dc457b2cd80a003ef488c5ef3f32f5c2b9fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Gigandet?= Date: Wed, 15 Jan 2025 12:10:50 +0100 Subject: [PATCH] Update lib/ProductOpener/Import.pm Co-authored-by: Pierre Slamich --- lib/ProductOpener/Import.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ProductOpener/Import.pm b/lib/ProductOpener/Import.pm index 7085b4c286996..3e87ece0fa38d 100644 --- a/lib/ProductOpener/Import.pm +++ b/lib/ProductOpener/Import.pm @@ -337,7 +337,7 @@ sub upload_images_for_product($args_ref, $images_ref, $product_ref, $imported_pr # upload the image my $file = $images_ref->{$imagefield}; - # Skip PDF file has we have issues to convert them, and they are sometimes not images about the product + # Skip PDF file, as we have issues to convert them, and they are sometimes not images about the product # but multi-pages product sheets, certificates etc. if ($file =~ /\.pdf$/) { $log->debug("skipping PDF file", {file => $file, imagefield => $imagefield, code => $code})