From: Joe Hunt Date: Mon, 2 Mar 2009 15:37:20 +0000 (+0000) Subject: Minor bug X-Git-Tag: v2.4.2~19^2~1494 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=122e0764c9706034e901f31a4d02a9e56251c813;p=fa-stable.git Minor bug --- diff --git a/reporting/includes/excel_report.inc b/reporting/includes/excel_report.inc index 603efb88..a32591eb 100644 --- a/reporting/includes/excel_report.inc +++ b/reporting/includes/excel_report.inc @@ -189,7 +189,7 @@ class FrontReport $str = _("Print Out Date") . ':'; $this->sheet->writeString($this->y, 1, $str); - $date = $this->sheet->convertMysqlDateTime(date('Y-m-d h:i:s')); + $date = $this->sheet->convertMysqlDateTime(date('Y-m-d H:i:s')); $this->sheet->writeDateTime($this->y, 2, $date, $this->formatDateTime); $this->sheet->writeString($this->y, 4, $this->company['coy_name']); $this->sheet->cellMerge($this->y, 4, 1, 0);