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