fix indent

This commit is contained in:
Tobias Sekan 2020-02-24 15:10:36 +01:00 committed by GitHub
parent 899ae0f52d
commit 94a4779429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,7 +423,7 @@ class doc_generic_myobject_odt extends ModelePDFMyObject
if ($foundtagforlines)
{
$linenumber = 0;
foreach ($object->lines as $line)
foreach ($object->lines as $line)
{
$linenumber++;
$tmparray = $this->get_substitutionarray_lines($line, $outputlangs, $linenumber);