|
@@ -236,7 +236,7 @@ class pdf_standard extends ModelePDFMovement
|
|
|
$extrafields->fetch_name_optionals_label('movement');
|
|
|
$search_array_options = $extrafields->getOptionalsFromPost('movement', '', 'search_');
|
|
|
|
|
|
- $productlot = new ProductLot($this->db);
|
|
|
+ $productlot = new Productlot($this->db);
|
|
|
$productstatic = new Product($this->db);
|
|
|
$warehousestatic = new Entrepot($this->db);
|
|
|
$movement = new MouvementStock($this->db);
|