mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-17 11:40:04 +01:00
fix: anagrafica in importazione automatica FE
This commit is contained in:
parent
ec1a955afc
commit
e3d08002a4
@ -241,7 +241,7 @@ class FatturaElettronica
|
||||
return $anagrafica;
|
||||
}
|
||||
|
||||
$info = $this->getAnagrafe();
|
||||
$info = $this->getAnagrafe($type);
|
||||
|
||||
$anagrafica = Anagrafica::build($info['ragione_sociale'], $info['nome'], $info['cognome'], [
|
||||
TipoAnagrafica::where('name', $type)->first()->id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user