Fixing style errors.

This commit is contained in:
stickler-ci 2021-05-20 12:51:53 +00:00
parent b64c307358
commit 94ca682cbf

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;