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:
parent
ee5ea123ed
commit
17d1fa190f
@ -1460,6 +1460,7 @@ class Expedition extends CommonObject
|
|||||||
|
|
||||||
// delete batch expedition line
|
// delete batch expedition line
|
||||||
if (!$error) {
|
if (!$error) {
|
||||||
|
$shipmentlinebatch = new ExpeditionLineBatch($this->db);
|
||||||
if ($shipmentlinebatch->deleteFromShipment($this->id) < 0) {
|
if ($shipmentlinebatch->deleteFromShipment($this->id) < 0) {
|
||||||
$error++; $this->errors[] = "Error ".$this->db->lasterror();
|
$error++; $this->errors[] = "Error ".$this->db->lasterror();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user