mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 03:28:18 +01:00
fix indent
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user