Aggiunto controllo su fattura già importata
This commit is contained in:
parent
f5f076b2d2
commit
4f4502f981
|
@ -77,7 +77,7 @@ class FatturaElettronica
|
|||
'data' => $data,
|
||||
])->first();
|
||||
|
||||
if (!empty($fattura)) {
|
||||
if (!empty($fattura) && $fattura->tipo->dir == 'uscita') {
|
||||
throw new UnexpectedValueException();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue