Fix: Update request

This commit is contained in:
Laurent Destailleur 2011-04-19 22:16:15 +00:00
parent 55eb37ac4c
commit 65ee384aea

View File

@ -1471,6 +1471,7 @@ class Commande extends CommonObject
$row = $this->db->fetch_row($resql); $row = $this->db->fetch_row($resql);
return $row[0]; return $row[0];
} }
else dol_print_error($this->db);
} }
/** /**