This commit is contained in:
parent
c4d8268ea5
commit
eb6c25f64d
@ -334,7 +334,11 @@ class doc_generic_invoice_odt extends ModelePDFFactures
|
|||||||
$object->fetchObjectLinked('', '', '', '');
|
$object->fetchObjectLinked('', '', '', '');
|
||||||
//print_r($object->linkedObjects['propal']); exit;
|
//print_r($object->linkedObjects['propal']); exit;
|
||||||
|
|
||||||
|
if (isset($object->linkedObjects['propal'][0])) {
|
||||||
$propal_object = $object->linkedObjects['propal'][0];
|
$propal_object = $object->linkedObjects['propal'][0];
|
||||||
|
} else {
|
||||||
|
$propal_object = null;
|
||||||
|
}
|
||||||
|
|
||||||
// Make substitution
|
// Make substitution
|
||||||
$substitutionarray = array(
|
$substitutionarray = array(
|
||||||
@ -433,8 +437,8 @@ class doc_generic_invoice_odt extends ModelePDFFactures
|
|||||||
} else {
|
} else {
|
||||||
$odfHandler->setVars($key, 'ErrorFileNotFound', true, 'UTF-8');
|
$odfHandler->setVars($key, 'ErrorFileNotFound', true, 'UTF-8');
|
||||||
}
|
}
|
||||||
} else // Text
|
} else {
|
||||||
{
|
// Text
|
||||||
$odfHandler->setVars($key, $value, true, 'UTF-8');
|
$odfHandler->setVars($key, $value, true, 'UTF-8');
|
||||||
}
|
}
|
||||||
} catch (OdfException $e) {
|
} catch (OdfException $e) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user