From de6634bf96a8da677903b726f281ee3c56e5a120 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Tue, 28 May 2024 17:24:52 +0200 Subject: [PATCH] Fix minore --- plugins/exportFE/src/Validator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/exportFE/src/Validator.php b/plugins/exportFE/src/Validator.php index d14196b2c..ef94a39b6 100755 --- a/plugins/exportFE/src/Validator.php +++ b/plugins/exportFE/src/Validator.php @@ -604,7 +604,7 @@ class Validator // Operazioni di normalizzazione // Formattazione decimali if ($info['type'] == 'decimal') { - if (in_array($key, ['PrezzoUnitario'])) { + if (in_array($key, ['PrezzoUnitario', 'Importo'])) { $output = number_format($output, 6, '.', ''); } elseif (in_array($key, ['Quantita'])) { // Se i decimali per la quantità sono < 2 li imposto a 2 che è il minimo per lo standard della fatturazione elettronica