diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php index 5ec8f35d1b3..3f1608b823e 100644 --- a/htdocs/societe/consumption.php +++ b/htdocs/societe/consumption.php @@ -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;