Fix minore
This commit is contained in:
parent
0091fca368
commit
4d49a52296
|
@ -68,8 +68,10 @@ class FatturaElettronica
|
||||||
|
|
||||||
// Controllo sulla possibilità di creare la fattura elettronica
|
// Controllo sulla possibilità di creare la fattura elettronica
|
||||||
// Posso fatturare ai privati utilizzando il codice fiscale
|
// Posso fatturare ai privati utilizzando il codice fiscale
|
||||||
if ($this->documento->stato->getTranslation('name') == 'Bozza') {
|
if ($this->documento->stato) {
|
||||||
throw new \UnexpectedValueException();
|
if ($this->documento->stato->getTranslation('name') == 'Bozza') {
|
||||||
|
throw new \UnexpectedValueException();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue