Fix : Fatal error: Uncaught Error: Call to a member function deleteFromShipment() on null in /home/httpd/vhosts/doliweb.com/httpdocs/expedition/class/expedition.class.php on line 1463

This commit is contained in:
Philippe GRAND 2022-01-01 15:27:20 +01:00
parent ee5ea123ed
commit 17d1fa190f

View File

@ -1460,6 +1460,7 @@ class Expedition extends CommonObject
// delete batch expedition line
if (!$error) {
$shipmentlinebatch = new ExpeditionLineBatch($this->db);
if ($shipmentlinebatch->deleteFromShipment($this->id) < 0) {
$error++; $this->errors[] = "Error ".$this->db->lasterror();
}