Skip to content

Commit

Permalink
fix: anagrafica in importazione automatica FE
Browse files Browse the repository at this point in the history
  • Loading branch information
Pek5892 committed Jan 23, 2025
1 parent ec1a955 commit e3d0800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/importFE/src/FatturaElettronica.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public function saveAnagrafica($type = null)
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,
Expand Down

0 comments on commit e3d0800

Please sign in to comment.