mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-16 07:56:00 +00:00
ref# 3 Casi terminada la importación de datos
This commit is contained in:
@@ -70,7 +70,6 @@ class InformeInventario {
|
||||
$hoja = new Csv($this->bdd);
|
||||
$hoja->crea($nombre);
|
||||
$hoja->ejecutaConsulta($salida);
|
||||
$hoja->cierra();
|
||||
echo '<script type="text/javascript"> window.open( "' . $nombre . '" ) </script>';
|
||||
}
|
||||
}
|
||||
@@ -109,7 +108,6 @@ class InformeInventario {
|
||||
$hoja = new Csv($this->bdd);
|
||||
$hoja->crea($nombre);
|
||||
$hoja->ejecutaConsulta($salida);
|
||||
$hoja->cierra();
|
||||
echo '<script type="text/javascript"> window.open( "' . $nombre . '" ) </script>';
|
||||
}
|
||||
//header('Location: index.php');
|
||||
|
Reference in New Issue
Block a user