Skip to content
Snippets Groups Projects
Commit 9960e5aa authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Qual: Removed unused variable

parent 1757c9d4
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@ class doc_generic_invoice_odt extends ModelePDFFactures
}
// Fetch info for linked propal
$linked_propal = $object->fetchObjectLinked('','','','');
$object->fetchObjectLinked('','','','');
//print_r($object->linkedObjects['propal']); exit;
$propal_object = $object->linkedObjects['propal'][0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment