Fix: Typo on class name
This commit is contained in:
parent
a0f1a60780
commit
f0be1f7c21
@ -873,7 +873,7 @@ class Expedition extends CommonObject
|
||||
$this->db->begin();
|
||||
|
||||
if ($conf->productbatch->enabled) {
|
||||
if ( ExpeditionLignebatch::deletefromexp($this->db,$this->id)<0)
|
||||
if ( ExpeditionLigneBatch::deletefromexp($this->db,$this->id)<0)
|
||||
{$error++;$this->errors[]="Error ".$this->db->lasterror();}
|
||||
}
|
||||
// Stock control
|
||||
|
||||
Loading…
Reference in New Issue
Block a user