mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-16 01:11:30 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
a80e82f40d
@ -367,6 +367,9 @@ switch (post('op')) {
|
|||||||
|
|
||||||
case 'reopen':
|
case 'reopen':
|
||||||
if (!empty($id_record)) {
|
if (!empty($id_record)) {
|
||||||
|
$stato = Stato::where('descrizione', 'Bozza')->first();
|
||||||
|
$fattura->stato()->associate($stato);
|
||||||
|
$fattura->save();
|
||||||
$stato = Stato::where('descrizione', 'Emessa')->first();
|
$stato = Stato::where('descrizione', 'Emessa')->first();
|
||||||
$fattura->stato()->associate($stato);
|
$fattura->stato()->associate($stato);
|
||||||
$fattura->save();
|
$fattura->save();
|
||||||
|
Loading…
Reference in New Issue
Block a user