FIX : missing hook to edit sql
This commit is contained in:
parent
cfb0f2df05
commit
c95d6271a9
@ -296,6 +296,9 @@ if ($type_element == 'contract')
|
|||||||
$thirdTypeSelect='customer';
|
$thirdTypeSelect='customer';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$parameters=array();
|
||||||
|
$reshook=$hookmanager->executeHooks('printFieldListSelect',$parameters); // Note that $action and $object may have been modified by hook
|
||||||
|
|
||||||
if (!empty($sql_select))
|
if (!empty($sql_select))
|
||||||
{
|
{
|
||||||
$sql = $sql_select;
|
$sql = $sql_select;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user