mirror of
https://github.com/rmontanana/inventario2.git
synced 2025-08-15 23:45:58 +00:00
ref #14 Script para migrar la base de datos a utf8 desde iso8859-1
Aportacontenido: corregir error en informe de descuadres. Permiso erróneo.
This commit is contained in:
@@ -213,7 +213,7 @@ class AportaContenido {
|
||||
return $this->mensajePermisos('Informes');
|
||||
}
|
||||
case 'descuadres':
|
||||
if ($this->perfil['Informe'] && $this->p) {
|
||||
if ($this->perfil['Informe']) {
|
||||
$enlace = 'xml/informe' . ucfirst($opcion) . '.xml';
|
||||
$informe = new InformePDF($this->bdd, $enlace, $this->registrado);
|
||||
$informe->crea($enlace);
|
||||
|
Reference in New Issue
Block a user