mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-09 06:05:28 +01:00
Update FatturaElettronica.php
This commit is contained in:
parent
c2765cc20e
commit
89796659f4
@ -474,7 +474,7 @@ class FatturaElettronica
|
||||
{
|
||||
$result = [
|
||||
'Indirizzo' => $anagrafica['indirizzo'],
|
||||
'CAP' => $anagrafica['cap'],
|
||||
'CAP' => ($anagrafica->nazione->iso2 == 'IT') ? $anagrafica['cap'] : '00000',
|
||||
'Comune' => $anagrafica['citta'],
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user