Update api_setup.class.php
This commit is contained in:
parent
6b820ae4c5
commit
1199782d61
@ -1298,7 +1298,6 @@ class Setup extends DolibarrApi
|
|||||||
{
|
{
|
||||||
$list = array();
|
$list = array();
|
||||||
|
|
||||||
//TODO link with multicurrency module
|
|
||||||
$sql = "SELECT t.id, t.code, t.libelle, t.active, t.module";
|
$sql = "SELECT t.id, t.code, t.libelle, t.active, t.module";
|
||||||
$sql .= " FROM ".MAIN_DB_PREFIX."c_effectif as t";
|
$sql .= " FROM ".MAIN_DB_PREFIX."c_effectif as t";
|
||||||
$sql .= " WHERE t.active = ".((int) $active);
|
$sql .= " WHERE t.active = ".((int) $active);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user