X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fexcel_report.inc;h=ef387adaf1702f7d7f6728db7c33577281292a75;hb=a9d55e1c13cbd6a6305b9322ec8621a06516f9f3;hp=f139ba836465caa053f39ee787d1316b95341c25;hpb=95fd152649f9383cee8680762daf3430e8250bd6;p=fa-stable.git diff --git a/reporting/includes/excel_report.inc b/reporting/includes/excel_report.inc index f139ba83..ef387ada 100644 --- a/reporting/includes/excel_report.inc +++ b/reporting/includes/excel_report.inc @@ -84,7 +84,6 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook $this->unique_name = uniqid('').".xls"; $this->path = company_path(). '/pdf_files'; $this->Spreadsheet_Excel_Writer_Workbook($this->path."/".$this->unique_name); - //$this->setCountry(48); if ($this->code != "iso-8859-1") $this->setVersion(8); // set biff version to 8 (0x0006 internal) $this->sheet =& $this->addWorksheet($this->worksheetNameGenerator($this->title)); @@ -198,10 +197,7 @@ class FrontReport extends Spreadsheet_Excel_Writer_Workbook { if (!isset($this->formatAmount[$dec])) { - //global $thoseps,$decseps; $dec = (int)$dec; - //$tsep = $thoseps[user_tho_sep()]; - //$dsep = $decseps[user_dec_sep()]; $tsep = ','; $dsep = '.'; $format = "###{$tsep}###{$tsep}###{$tsep}##0";