Bug [0000053] Missing GL postings on item issue on Work Order
[fa-stable.git] / reporting / rep108.php
index 6ec43659144f03d5352f9f45990f8447115efedf..f6eae3ee883c4cdbea799bbe32173c20a08b6c52 100644 (file)
@@ -150,7 +150,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);
+               $rep->row = $rep->bottomMargin + (8 * $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();