@ -92,6 +92,9 @@ class Report extends CI_Controller
$file_path_output = "";
bcscale(4);
foreach ($files as $k => $fe) {
if ( ! in_array(strrchr($fe, '.'), array(".xlsx", ".xls"))) {
continue;
}
$file_path = $statement_folder . '\\' . $fe;
if ( ! file_exists($file_path)) {