Fix var not defined
This commit is contained in:
parent
f35fee0081
commit
7ccb1c94a1
@ -1734,6 +1734,8 @@ class Setup extends DolibarrApi
|
|||||||
{
|
{
|
||||||
$list = array();
|
$list = array();
|
||||||
|
|
||||||
|
$limit = 0;
|
||||||
|
|
||||||
$sql = "SELECT e.rowid, e.rowid as ref, e.label, e.address, e.zip, e.town, e.status";
|
$sql = "SELECT e.rowid, e.rowid as ref, e.label, e.address, e.zip, e.town, e.status";
|
||||||
$sql .= " FROM ".MAIN_DB_PREFIX."establishment as e";
|
$sql .= " FROM ".MAIN_DB_PREFIX."establishment as e";
|
||||||
$sql .= " WHERE e.entity IN (".getEntity('establishment').')';
|
$sql .= " WHERE e.entity IN (".getEntity('establishment').')';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user