1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-26 13:44:55 +01:00

Fix caricamento record via ajax

This commit is contained in:
loviuz 2022-03-23 15:46:29 +01:00
parent 29f8c70d9f
commit 0b04478998

View File

@ -121,9 +121,7 @@ if (!empty($query)) {
$column['class'] = $align[$field];
}
if (!empty($r[$field])){
$value = trim($r[$field]);
}
$value = trim($r[$field]);
// Formattazione HTML
if (empty($total['html_format'][$pos]) && !empty($value)) {