1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-08 22:01:25 +01:00

Bugfix: non inseriva in XML le rate pagamento complete ma solo l'ultima

This commit is contained in:
Fabio Lovato 2019-01-08 14:18:18 +01:00
parent 9c5b3ecf67
commit a568378fbb

View File

@ -1557,11 +1557,10 @@ class FatturaElettronica
$pagamento['BIC'] = $co_banche['bic'];
}
}
$result[]['DettaglioPagamento'] = $pagamento;
}
$result[] = [
'DettaglioPagamento' => $pagamento,
];
return $result;
}