Fixing style errors.
This commit is contained in:
parent
b64c307358
commit
94ca682cbf
@ -3148,7 +3148,7 @@ class Societe extends CommonObject
|
|||||||
if ($counter > 100) {
|
if ($counter > 100) {
|
||||||
dol_syslog("Too high level of parent - child for company. May be an infinite loop ?", LOG_WARNING);
|
dol_syslog("Too high level of parent - child for company. May be an infinite loop ?", LOG_WARNING);
|
||||||
}
|
}
|
||||||
|
|
||||||
$sql = 'SELECT s.parent';
|
$sql = 'SELECT s.parent';
|
||||||
$sql .= ' FROM '.MAIN_DB_PREFIX.'societe as s';
|
$sql .= ' FROM '.MAIN_DB_PREFIX.'societe as s';
|
||||||
$sql .= ' WHERE rowid = '.$idparent;
|
$sql .= ' WHERE rowid = '.$idparent;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user