Skip to content
Snippets Groups Projects
Commit d43c5edb authored by Regis Houssin's avatar Regis Houssin
Browse files

Qual: uniformize code

parent d080b2b7
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ class pdf_propale_azur extends ModelePDFPropales ...@@ -127,7 +127,7 @@ class pdf_propale_azur extends ModelePDFPropales
if (! is_object($object)) if (! is_object($object))
{ {
$id = $object; $id = $object;
$object = new Propal($this->db,"",$id); $object = new Propal($this->db);
$ret=$object->fetch($id); $ret=$object->fetch($id);
} }
$object->fetch_thirdparty(); $object->fetch_thirdparty();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment