mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 16:23:19 +01:00
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
Block a user