FIX : missing hook to edit sql

This commit is contained in:
gauthier 2018-07-25 11:15:00 +02:00
parent cfb0f2df05
commit c95d6271a9

View File

@ -296,6 +296,9 @@ if ($type_element == 'contract')
$thirdTypeSelect='customer';
}
$parameters=array();
$reshook=$hookmanager->executeHooks('printFieldListSelect',$parameters); // Note that $action and $object may have been modified by hook
if (!empty($sql_select))
{
$sql = $sql_select;