mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 11:31:26 +01:00
fix indent
This commit is contained in:
@@ -423,7 +423,7 @@ class doc_generic_myobject_odt extends ModelePDFMyObject
|
|||||||
if ($foundtagforlines)
|
if ($foundtagforlines)
|
||||||
{
|
{
|
||||||
$linenumber = 0;
|
$linenumber = 0;
|
||||||
foreach ($object->lines as $line)
|
foreach ($object->lines as $line)
|
||||||
{
|
{
|
||||||
$linenumber++;
|
$linenumber++;
|
||||||
$tmparray = $this->get_substitutionarray_lines($line, $outputlangs, $linenumber);
|
$tmparray = $this->get_substitutionarray_lines($line, $outputlangs, $linenumber);
|
||||||
|
|||||||
Reference in New Issue
Block a user