Fix minore
This commit is contained in:
parent
22bfae0c0f
commit
905a20051c
|
@ -1130,8 +1130,10 @@ class FatturaElettronica
|
|||
|
||||
$dati = [];
|
||||
|
||||
if (!empty($element['riferimento_linea'])) {
|
||||
if (!empty($element['riferimento_linea']['id'])) {
|
||||
$dati['RiferimentoNumeroLinea'] = $element['riferimento_linea']['id'];
|
||||
} else if (!empty($element['riferimento_linea'])) {
|
||||
$dati['RiferimentoNumeroLinea'] = $element['riferimento_linea'];
|
||||
}
|
||||
|
||||
$dati['IdDocumento'] = $element['id_documento'];
|
||||
|
|
Loading…
Reference in New Issue