From a26ab0e8e164be60b31d7a77f1f5006a86bc42d6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 3 Nov 2012 16:51:41 +0100 Subject: [PATCH] Fix: add just colspan value --- htdocs/societe/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/societe/soc.php b/htdocs/societe/soc.php index 05b0644d4ac..8bffd31ce4c 100644 --- a/htdocs/societe/soc.php +++ b/htdocs/societe/soc.php @@ -1694,7 +1694,7 @@ else } // Other attributes - $parameters=array('socid'=>$socid, 'colspan' => ' colspan="3"'); + $parameters=array('socid'=>$socid, 'colspan' => ' colspan="3"', 'colspanvalue' => '3'); $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook if (empty($reshook) && ! empty($extrafields->attribute_label)) {