From f0be1f7c21ddc2a0f3e5cde1adff60c079ad615d Mon Sep 17 00:00:00 2001 From: KreizIT Date: Fri, 7 Mar 2014 11:51:26 +0100 Subject: [PATCH] Fix: Typo on class name --- htdocs/expedition/class/expedition.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 8c103603fbe..914ec871951 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -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