Fix: wrong variable name
Fix: restore address.class.php, this class is used
This commit is contained in:
parent
f305524e29
commit
4c29bddfda
@ -562,7 +562,7 @@ abstract class DolibarrModules
|
|||||||
if (! $resql) $err++;
|
if (! $resql) $err++;
|
||||||
|
|
||||||
}
|
}
|
||||||
if (! $err && ! preg_match('/newboxdefonly/',$options))
|
if (! $err && ! preg_match('/newboxdefonly/',$option))
|
||||||
{
|
{
|
||||||
$lastid=$this->db->last_insert_id(MAIN_DB_PREFIX."boxes_def","rowid");
|
$lastid=$this->db->last_insert_id(MAIN_DB_PREFIX."boxes_def","rowid");
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user