1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-27 22:19:26 +01:00
This commit is contained in:
MatteoPistorello 2022-03-23 16:21:01 +01:00
commit 075748132b

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)) {