Fix transaction balance

This commit is contained in:
Laurent Destailleur 2023-03-10 19:20:02 +01:00
parent 6c743f34b6
commit 6969cde52d

View File

@ -143,7 +143,6 @@ class ExpeditionLineBatch extends CommonObject
dol_syslog(get_class($this)."::create ".$errmsg, LOG_ERR);
$this->error .= ($this->error ? ', '.$errmsg : $errmsg);
}
$this->db->rollback();
return -1 * $error;
}
}