mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-28 08:40:41 +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);
|
$fattura = Fattura::find($id);
|
||||||
$stato_precedente = Stato::find($fattura->idstatodocumento);
|
$stato_precedente = Stato::find($fattura->idstatodocumento);
|
||||||
|
|
||||||
if ($stato_precedente->descrizione == 'Bozza') {
|
if ($stato_precedente->descrizione == 'Bozza' && $fattura->isFiscale()) {
|
||||||
$fattura->stato()->associate($new_stato);
|
$fattura->stato()->associate($new_stato);
|
||||||
$results = $fattura->save();
|
$results = $fattura->save();
|
||||||
$message = '';
|
$message = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user