Moved payment terms in documents for better view. Increased space for legal text.
[fa-stable.git] / reporting / includes / pdf_report.inc
index 67d23e84cbdca7ce6792646925b5ff888f1ceb96..944b4c28509d38ba5078e93ddbbd7a26e6d57d13 100644 (file)
@@ -359,7 +359,7 @@ class FrontReport extends Cpdf
                        do
                        {
                                $l = $this->TextWrap($c, $this->row , $width, $l, $align);
-                               $this->NewLine();
+                               $this->row -= $this->lineHeight;
                        }
                        while ($l != '');
                }