mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix caricamento record via ajax
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user