mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-27 00:06:14 +01:00
Fix emissione fatture non fiscali da bulk
This commit is contained in:
parent
8254ade2a1
commit
97189c42ab
@ -464,7 +464,7 @@ switch (post('op')) {
|
||||
$fattura = Fattura::find($id);
|
||||
$stato_precedente = Stato::find($fattura->idstatodocumento);
|
||||
|
||||
if ($stato_precedente->descrizione == 'Bozza') {
|
||||
if ($stato_precedente->descrizione == 'Bozza' && $fattura->isFiscale()) {
|
||||
$fattura->stato()->associate($new_stato);
|
||||
$results = $fattura->save();
|
||||
$message = '';
|
||||
|
Loading…
Reference in New Issue
Block a user