mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-25 13:28:33 +01:00
Fix riferimento normativo in fattura
This commit is contained in:
parent
07741f2f46
commit
1fac42854f
@ -1606,7 +1606,7 @@ class FatturaElettronica implements \Stringable
|
||||
'ImponibileImporto' => $totale,
|
||||
'Imposta' => $imposta,
|
||||
'EsigibilitaIVA' => $dati->esigibilita,
|
||||
'RiferimentoNormativo' => $dati->descrizione,
|
||||
'RiferimentoNormativo' => $dati->getTranslation('title'),
|
||||
];
|
||||
|
||||
// Con split payment EsigibilitaIVA sempre a S
|
||||
|
Loading…
x
Reference in New Issue
Block a user