Merge pull request #5065 from atm-maxime/fix_supplier_order_log

Fix log function was removed in 1b6fa8ec34
This commit is contained in:
Laurent Destailleur 2016-04-22 19:45:36 +02:00
commit 3d4ddcb29e

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)
{