mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 05:51:28 +01:00
bugfix
This commit is contained in:
@@ -92,7 +92,7 @@ class Livraison
|
||||
if ($this->db->query($sql))
|
||||
{
|
||||
|
||||
if ($conf->expedition->enable)
|
||||
if ($conf->expedition->enabled)
|
||||
{
|
||||
$this->expedition = new Expedition($this->db);
|
||||
$this->expedition->id = $this->expedition_id;
|
||||
|
||||
Reference in New Issue
Block a user