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:
rmontanana
2014-03-02 00:56:37 +01:00
parent cd9762f4a9
commit 14335770df
9 changed files with 677 additions and 6 deletions

View File

@@ -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);