1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 12:29:58 +01:00

Fix minore

This commit is contained in:
MatteoPistorello 2022-11-15 17:42:01 +01:00
parent 11b14bbaec
commit f123d506f5

View File

@ -78,7 +78,6 @@ if (!empty($query)) {
// Allineamento delle righe
$align = [];
$i = 0;
$row = isset($rows[0]) ? $rows[0] : [];
foreach ($row as $field => $value) {
if (!empty($value)){
@ -94,7 +93,6 @@ if (!empty($query)) {
elseif (formatter()->isStandardDate($value) || preg_match('/^icon_(.+?)$/', $field)) {
$align[$field] = 'text-center';
}
$i++;
}
// Creazione della tabella