We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364bf4c commit 3ab4b2fCopy full SHA for 3ab4b2f
1 file changed
src/Traits/ReferenceTrait.php
@@ -35,7 +35,7 @@ abstract public function getReferenceRagioneSociale();
35
public function getReference($show_ragione_sociale = null)
36
{
37
// Informazioni disponibili
38
- $name = $this->getReferenceName()->name ?? $this->getReferenceName()->descrizione;
+ $name = $this->getReferenceName() ?? $this->getReferenceName()->descrizione;
39
40
$number = $this->getReferenceNumber();
41
$secondary_number = $this->getReferenceSecondaryNumber();
0 commit comments