Bugfix
This commit is contained in:
parent
bb1d0ce7e6
commit
3c1690cb49
@ -62,7 +62,7 @@ if ( $db->query($sql) )
|
|||||||
dolibarr_syslog("candidat-desactive: desactivation CV ".$obj->idp);
|
dolibarr_syslog("candidat-desactive: desactivation CV ".$obj->idp);
|
||||||
|
|
||||||
$cv = new Cv($db);
|
$cv = new Cv($db);
|
||||||
$cv->id = $_GET["id"];
|
$cv->id = $obj->idp;
|
||||||
$cv->fetch();
|
$cv->fetch();
|
||||||
$cv->deactivate();
|
$cv->deactivate();
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user