X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep710.php;h=06485b2c2b20b828c103703bf93ab236763cad15;hb=fdb0ed9e45cc7876ad7a72f78b17f23562593e9e;hp=0efb023f7847a38b85066204594f60b00d3c3949;hpb=80dd97a37f674cc3691fa04af4c29607067566b2;p=fa-stable.git diff --git a/reporting/rep710.php b/reporting/rep710.php index 0efb023f..06485b2c 100644 --- a/reporting/rep710.php +++ b/reporting/rep710.php @@ -88,13 +88,13 @@ function print_audit_trail() $rep->Font(); $rep->Info($params, $cols, $headers, $aligns); - $rep->Header(); + $rep->NewPage(); $trans = getTransactions($from, $to, $systype, $user); while ($myrow=db_fetch($trans)) { - $rep->TextCol(0, 1, sql2date($myrow['stamp'])); + $rep->TextCol(0, 1, sql2date(date("Y-m-d", $myrow['unix_stamp']))); if (user_date_format() == 0) $rep->TextCol(1, 2, date("h:i:s a", $myrow['unix_stamp'])); else