fix missing class declaration
This commit is contained in:
parent
dfe947885c
commit
6618205e6f
@ -77,6 +77,7 @@ class box_shipments extends ModeleBoxes
|
|||||||
$this->max = $max;
|
$this->max = $max;
|
||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/expedition/class/expedition.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/expedition/class/expedition.class.php';
|
||||||
|
include_once DOL_DOCUMENT_ROOT.'/commande/class/commande.class.php';
|
||||||
include_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/societe/class/societe.class.php';
|
||||||
|
|
||||||
$shipmentstatic = new Expedition($this->db);
|
$shipmentstatic = new Expedition($this->db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user