diff --git a/htdocs/product/list.php b/htdocs/product/list.php index 70c5b4f3799..1464456cd6d 100644 --- a/htdocs/product/list.php +++ b/htdocs/product/list.php @@ -1915,6 +1915,17 @@ if ($resql) { $db->free($resql); + // If no record found + if ($num == 0) { + $colspan = 1; + foreach ($arrayfields as $key => $val) { + if (!empty($val['checked'])) { + $colspan++; + } + } + print '