projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d63cbb1
)
Minor bug
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 2 Mar 2009 15:37:20 +0000
(15:37 +0000)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Mon, 2 Mar 2009 15:37:20 +0000
(15:37 +0000)
reporting/includes/excel_report.inc
patch
|
blob
|
history
diff --git
a/reporting/includes/excel_report.inc
b/reporting/includes/excel_report.inc
index 603efb885bd3c6c860fd1029eb16479718c7e58c..a32591ebf598b03b27eee2ec5e39f0296bbbe0ba 100644
(file)
--- 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);