From 5464871cd0552ba7d9c6400028e0f8d5531575bd Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 16 Jun 2021 18:16:53 +0200 Subject: [PATCH] wip #4540 @0.5 --- app/Models/FeedbackProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/FeedbackProcess.php b/app/Models/FeedbackProcess.php index a4980a5..3761ed8 100644 --- a/app/Models/FeedbackProcess.php +++ b/app/Models/FeedbackProcess.php @@ -26,7 +26,7 @@ class FeedbackProcess protected $_feedbacks = []; protected static $_maxCol = 26 * 5; protected static $_absoluteMaxCol = 16384; - protected static $_pictureNames = ['picture references', 'pictures references', 'picture reference', 'pictures reference', 'pictures']; + protected static $_pictureNames = ['picture references', 'pictures references', 'picture reference', 'pictures reference', 'pictures','image']; protected static $_eanNames = ['ean', 'upc', 'ean code', 'ean/upc']; public function __construct($id) -- 2.39.5