Merged changes from main trunk 2.2.1-2.2.2
[fa-stable.git] / reporting / rep108.php
index 97c4413bc711cf308dc8ae5200cb1e2c86e2ebb6..a3519221d453818e5588b3f68b8385948bf280f4 100644 (file)
@@ -156,7 +156,7 @@ function print_statements()
                        number_format2($CustomerRecord["Balance"],$dec));
                $col = array($rep->cols[0], $rep->cols[0] + 110, $rep->cols[0] + 210, $rep->cols[0] + 310,
                        $rep->cols[0] + 410, $rep->cols[0] + 510);
-               $rep->row = $rep->bottomMargin + (8 * $rep->lineHeight - 6);
+               $rep->row = $rep->bottomMargin + (10 * $rep->lineHeight - 6);
                for ($i = 0; $i < 5; $i++)
                        $rep->TextWrap($col[$i], $rep->row, $col[$i + 1] - $col[$i], $str[$i], 'right');
                $rep->NewLine();