Merge branch 'NEW/integration_GPEC_code' of github.com:atm-gauthier/dolibarr into NEW/integration_GPEC_code
This commit is contained in:
commit
99f331c817
@ -628,7 +628,7 @@ class Evaluation extends CommonObject
|
||||
public function getLastEvaluationForUser($fk_user)
|
||||
{
|
||||
$sql = "SELECT rowid FROM ".MAIN_DB_PREFIX."hrm_evaluation ";
|
||||
$sql.= "WHERE fk_user=".((int)$fk_user)." ";
|
||||
$sql.= "WHERE fk_user=".((int) $fk_user)." ";
|
||||
$sql.= "ORDER BY date_eval DESC ";
|
||||
$sql.= "LIMIT 1 ";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user