X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep108.php;h=9315f64974eba83aca3751cdd2561cc8c3c56acf;hb=0c794db98d716ec8823435d8423c98a12bebba66;hp=83234fd2af1dfa3851af5b1f5a3ac51be98252ed;hpb=565a41e2d7fd4b4a32848e4829c11dbbcb5881d1;p=fa-stable.git diff --git a/reporting/rep108.php b/reporting/rep108.php index 83234fd2..9315f649 100644 --- a/reporting/rep108.php +++ b/reporting/rep108.php @@ -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)