Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-05-20 15:25:56 +02:00
parent 91f85abb7e
commit 93501a1147

View File

@ -3148,7 +3148,7 @@ class Societe extends CommonObject
if ($counter > 100) {
dol_syslog("Too high level of parent - child for company. May be an infinite loop ?", LOG_WARNING);
}
$sql = 'SELECT s.parent';
$sql .= ' FROM '.MAIN_DB_PREFIX.'societe as s';
$sql .= ' WHERE rowid = '.$idparent;