A couple of additional fixes to changed document reports.
[fa-stable.git] / reporting / rep108.php
index 83234fd2af1dfa3851af5b1f5a3ac51be98252ed..9315f64974eba83aca3751cdd2561cc8c3c56acf 100644 (file)
@@ -166,7 +166,7 @@ function print_statements()
                for ($i = 0; $i < 5; $i++)
                        $rep->TextWrap($col[$i], $rep->row, $col[$i + 1] - $col[$i], $str2[$i], 'right');
                if ($email == 1)
-                       $rep->End($email, _("Statement") . " " . _("as of") . " " . sql2date($date), $myrow, ST_STATEMENT);
+                       $rep->End($email, _("Statement") . " " . _("as of") . " " . sql2date($date));
 
        }
        if ($email == 0)