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:
parent
9c5b3ecf67
commit
a568378fbb
@ -1557,11 +1557,10 @@ class FatturaElettronica
|
||||
$pagamento['BIC'] = $co_banche['bic'];
|
||||
}
|
||||
}
|
||||
|
||||
$result[]['DettaglioPagamento'] = $pagamento;
|
||||
}
|
||||
|
||||
$result[] = [
|
||||
'DettaglioPagamento' => $pagamento,
|
||||
];
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user