Merge branch 'ent-7345-Bugs-en-el-apartado-de-Diagnosticos' into 'develop'

Fixed errors diagnostic

See merge request artica/pandorafms!4047
This commit is contained in:
Daniel Rodriguez 2021-05-11 13:48:55 +00:00
commit 858adb2628
2 changed files with 7 additions and 2 deletions

View File

@ -286,8 +286,12 @@ class Diagnostics extends Wizard
$return .= '</div>';
}
if ($this->pdf === true) {
return $return;
} else {
return false;
}
}
/**
@ -1599,7 +1603,7 @@ class Diagnostics extends Wizard
}
}
return true;
return $result;
}

View File

@ -19,6 +19,7 @@
.dataTables_wrapper {
min-height: 150px;
margin-bottom: 20px;
}
.datatables-td-title {