Qual: uniformize code

This commit is contained in:
Regis Houssin 2010-09-09 06:23:02 +00:00
parent d080b2b792
commit d43c5edb9d

View File

@ -127,7 +127,7 @@ class pdf_propale_azur extends ModelePDFPropales
if (! is_object($object))
{
$id = $object;
$object = new Propal($this->db,"",$id);
$object = new Propal($this->db);
$ret=$object->fetch($id);
}
$object->fetch_thirdparty();