diff --git a/htdocs/product/card.php b/htdocs/product/card.php index dc7d0d5a452..c27b69f95b0 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1095,7 +1095,7 @@ else } // Other attributes - $parameters=array('cols' => 3); + $parameters=array('colspan' => 3); $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook print $hookmanager->resPrint; if (empty($reshook))