Merge branch 'NEW/integration_GPEC_code' of github.com:atm-gauthier/dolibarr into NEW/integration_GPEC_code

This commit is contained in:
Gauthier PC portable 024 2021-10-06 17:48:06 +02:00
commit 0d5f06743f

View File

@ -931,7 +931,7 @@ class SkillRank extends CommonObject
$this->lines = array();
$objectline = new SkillRankLine($this->db);
$result = $objectline->fetchAll('ASC', 'position', 0, 0, array('customsql'=>'fk_skillrank = '.((int)$this->id)));
$result = $objectline->fetchAll('ASC', 'position', 0, 0, array('customsql'=>'fk_skillrank = '.((int) $this->id)));
if (is_numeric($result)) {
$this->error = $this->error;