mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
@ -83,7 +83,7 @@ if (!empty($query)) {
|
||||
$value = trim($value);
|
||||
|
||||
// Allineamento a destra se il valore della prima riga risulta numerica
|
||||
if (formatter()->isStandardNumber($value)) {
|
||||
if (is_numeric($value) && formatter()->isStandardNumber($value)) {
|
||||
$align[$field] = 'text-right';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user