2
0
forked from Wavyzz/dolibarr

Fix: add just colspan value

This commit is contained in:
Regis Houssin
2012-11-03 16:51:41 +01:00
parent af0c1a5f76
commit a26ab0e8e1

View File

@@ -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))
{