mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 22:03:18 +01:00
Update FatturaElettronica.php
This commit is contained in:
parent
41e965423a
commit
a3d9d5ccd5
@ -163,11 +163,11 @@ class FatturaElettronica
|
||||
$sede->indirizzo = $info['Indirizzo'];
|
||||
$sede->cap = $info['CAP'];
|
||||
$sede->citta = $info['Comune'];
|
||||
$sede->indirizzo = $info['Indirizzo'];
|
||||
$sede->nazione()->associate(Nazione::where('iso2', $info['Nazione'])->first());
|
||||
if (!empty($info['Provincia'])) {
|
||||
if (!empty($info['Provincia'])) {
|
||||
$sede->provincia = $info['Provincia'];
|
||||
}
|
||||
$sede->nazione()->associate(Nazione::where('iso2', $info['Nazione'])->first());
|
||||
|
||||
|
||||
$contatti = $xml['Contatti'];
|
||||
if (!empty($contatti)) {
|
||||
|
Loading…
Reference in New Issue
Block a user