mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-16 17:31:18 +01:00
Update FatturaElettronica.php
This commit is contained in:
parent
ef84ed374a
commit
799cf63fb7
@ -431,10 +431,12 @@ class FatturaElettronica
|
||||
|
||||
$result = [];
|
||||
foreach ($contratti as $contratto) {
|
||||
$dati_contratto = [
|
||||
'IdDocumento' => $contratto['id_documento_fe'],
|
||||
];
|
||||
|
||||
|
||||
if (!empty($contratto['id_documento_fe'])) {
|
||||
$dati_contratto = [
|
||||
'IdDocumento' => $contratto['id_documento_fe'],
|
||||
];
|
||||
}
|
||||
if (!empty($contratto['codice_cig'])) {
|
||||
$dati_contratto['CodiceCIG'] = $contratto['codice_cig'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user