Update expedition.class.php

This commit is contained in:
Laurent Destailleur
2018-03-05 20:46:54 +01:00
committed by GitHub
parent 1a7c09b7d5
commit 81e193b725

View File

@@ -2418,7 +2418,6 @@ class ExpeditionLigne extends CommonObjectLine
$result=$this->insertExtraFields();
if ($result < 0)
{
$this->errors[]=$this->error;
$error++;
}
}
@@ -2429,7 +2428,6 @@ class ExpeditionLigne extends CommonObjectLine
$result=$this->call_trigger('LINESHIPPING_INSERT',$user);
if ($result < 0)
{
$this->errors[]=$this->error;
$error++;
}
// End call triggers
@@ -2445,6 +2443,7 @@ class ExpeditionLigne extends CommonObjectLine
dol_syslog(get_class($this)."::delete ".$errmsg, LOG_ERR);
$this->error.=($this->error?', '.$errmsg:$errmsg);
}
$this->db->rollback();
return -1*$error;
}