|
dolibarr 21.0.0-beta
|
Set of functions used for ODT generation. More...
Go to the source code of this file.
Functions | |
| doc_getlinedesc ($line, $outputlangs, $hideref=0, $hidedesc=0, $issupplierline=0) | |
| Return line description translated in outputlangs and encoded into UTF8. | |
Set of functions used for ODT generation.
Definition in file doc.lib.php.
| doc_getlinedesc | ( | $line, | |
| $outputlangs, | |||
| $hideref = 0, | |||
| $hidedesc = 0, | |||
| $issupplierline = 0 ) |
Return line description translated in outputlangs and encoded into UTF8.
| Object | $line | Object of line |
| Translate | $outputlangs | Object langs for output |
| int | $hideref | Hide reference |
| int | $hidedesc | Hide description |
| int | $issupplierline | Is it a line for a supplier object ? |
Definition at line 42 of file doc.lib.php.
References $conf, dol_concatdesc(), dol_print_date(), getDolGlobalInt(), and getDolGlobalString().
Referenced by CommonDocGenerator\get_substitutionarray_lines().