X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fexcel_report.inc;h=da26d5592c408dc7c795a103d90999e696366613;hb=9561c66909d960cd75bcbb08bae2132f3de7e6da;hp=483d0fde157170d2d66fd99dc390d856908f6a83;hpb=19ddc3939071044c8e94b628f1d6a039f50cc493;p=fa-stable.git diff --git a/reporting/includes/excel_report.inc b/reporting/includes/excel_report.inc index 483d0fde..da26d559 100644 --- a/reporting/includes/excel_report.inc +++ b/reporting/includes/excel_report.inc @@ -56,6 +56,12 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook var $formatHeaderRight; var $formatFooter; var $formatAmount = array(); + var $formatRight; + var $formatLeft; + var $formatTopHeaderLeft; + var $formatBottomHeaderLeft; + var $formatTopHeaderRight; + var $formatBottomHeaderRight; var $headerFunc; var $sheet; @@ -240,7 +246,7 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook $this->headers2 = $headers2; $this->aligns2 = $aligns2; $this->numcols = count($this->headers); - $tcols = count($this->headers2); + $tcols = count_array($this->headers2); if ($tcols > $this->numcols) $this->numcols = $tcols; for ($i = 0; $i < $this->numcols; $i++)