Update api_setup.class.php
This commit is contained in:
parent
b795d6b430
commit
4f660343aa
@ -1239,7 +1239,6 @@ class Setup extends DolibarrApi
|
|||||||
{
|
{
|
||||||
$list = array();
|
$list = array();
|
||||||
|
|
||||||
//TODO link with multicurrency module
|
|
||||||
$sql = "SELECT t.rowid, t.code, t.label,t.short_label, t.active, t.scale, t.unit_type";
|
$sql = "SELECT t.rowid, t.code, t.label,t.short_label, t.active, t.scale, t.unit_type";
|
||||||
$sql .= " FROM ".MAIN_DB_PREFIX."c_units as t";
|
$sql .= " FROM ".MAIN_DB_PREFIX."c_units as t";
|
||||||
$sql .= " WHERE t.active = ".((int) $active);
|
$sql .= " WHERE t.active = ".((int) $active);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user