Fix log function was removed in 1b6fa8ec34

This commit is contained in:
Maxime Kohlhaas 2016-04-22 09:02:40 +02:00
parent 2d558174f2
commit bea8b49d8c

View File

@ -1155,9 +1155,6 @@ class CommandeFournisseur extends CommonOrder
dol_syslog(get_class($this)."::create", LOG_DEBUG);
if ($this->db->query($sql))
{
// Add entry into log
$this->log($user, 0, $now);
// Add link with price request and supplier order
if ($this->id)
{