mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-17 00:16:01 +00:00
BIN
Informe.pdf
BIN
Informe.pdf
Binary file not shown.
@@ -379,7 +379,7 @@ class Mantenimiento {
|
|||||||
$ordenable = true;
|
$ordenable = true;
|
||||||
}
|
}
|
||||||
if (strstr($co, "buscable")) {
|
if (strstr($co, "buscable")) {
|
||||||
$dato = split("/", $co);
|
$dato = explode("/", $co);
|
||||||
$this->campoBusca = $dato[1];
|
$this->campoBusca = $dato[1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -29,7 +29,7 @@ define('VERSION','0.92 Beta');
|
|||||||
define('PROGRAMA','Gestión de Inventario.');
|
define('PROGRAMA','Gestión de Inventario.');
|
||||||
define('CENTRO','I.E.S.O. Pascual Serrano..');
|
define('CENTRO','I.E.S.O. Pascual Serrano..');
|
||||||
define('APLICACION',CENTRO.' '.PROGRAMA.VERSION);
|
define('APLICACION',CENTRO.' '.PROGRAMA.VERSION);
|
||||||
define('NUMFILAS',16); // Número de registros a mostrar en las pantallas de consulta iniciales
|
define('NUMFILAS',5); // Número de registros a mostrar en las pantallas de consulta iniciales
|
||||||
define('PAUSA',2);//Nº segundos de pausa para mostrar mensaje id insertado
|
define('PAUSA',2);//Nº segundos de pausa para mostrar mensaje id insertado
|
||||||
define('ESTILO','bluecurve'); //Estilo de los iconos de edición (bluecurve, bluecurve, bluecurve)
|
define('ESTILO','bluecurve'); //Estilo de los iconos de edición (bluecurve, bluecurve, bluecurve)
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user