lvhao hace 6 horas
padre
commit
fe0e7fa9d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/CoreApp/controllers/Boss.php

+ 1 - 1
core/CoreApp/controllers/Boss.php

@@ -2243,7 +2243,7 @@ class Boss extends Start_Controller
             </table>";
 			$filename = $title . ".xls";
 			$tail = "\n";
-			$this->excel->get_fz2($d, $titlename, $filename, $tail);
+			$this->excelxh->get_fz2($d, $titlename, $filename, $tail);
 		}
 	}