mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
Fix FE per privati esteri
This commit is contained in:
parent
b89627b7ea
commit
69bed14c8e
@ -692,7 +692,7 @@ class FatturaElettronica
|
||||
if ($is_privato_estero) {
|
||||
$result['IdFiscaleIVA']['IdPaese'] = $anagrafica->nazione->iso2;
|
||||
$result['IdFiscaleIVA']['IdCodice'] = '999999999';
|
||||
unset($result['Anagrafica']['CodiceFiscale']);
|
||||
unset($result['CodiceFiscale']);
|
||||
}
|
||||
|
||||
if (!empty($anagrafica['nome']) or !empty($anagrafica['cognome'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user