Fix calcolo numero linea fattura elettronica

This commit is contained in:
loviuz 2019-08-02 13:01:16 +02:00
parent ab4dbeabb7
commit 35a4ffdb2b
1 changed files with 5 additions and 2 deletions

View File

@ -966,11 +966,14 @@ class FatturaElettronica
$iva_descrizioni = $righe->first(function ($item, $key) {
return $item->aliquota != null;
})->aliquota;
foreach ($righe as $numero => $riga) {
$numero = 1;
foreach ($righe as $idx => $riga) {
$dati_aggiuntivi = $riga->dati_aggiuntivi_fe;
$dettaglio = [
'NumeroLinea' => $numero + 1,
'NumeroLinea' => $numero++,
];
// 2.2.1.2