Line 50:
Line 50:
After load extrafields
After load extrafields
+
HTML Exemple
<source lang="php">
<source lang="php">
print $object->array_options ['options_XXX'];
print $object->array_options ['options_XXX'];
</source>
</source>
Where XXX is the code of the extrafields
Where XXX is the code of the extrafields
+
+
PDF example
+
<source lang="php">
+
$pdf->MultiCell (0,5, $outputlangs->convToOutputCharset($object->array_options ['options_XXX']),0,'L'); )
+
</source>
== Before call $object->create() or $object->update() ==
== Before call $object->create() or $object->update() ==