mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-24 14:31:42 +01:00
Fix cambio stato dopo firma bulk
This commit is contained in:
parent
f3ae505ef4
commit
d2fa540b36
@ -832,7 +832,7 @@ switch (post('op')) {
|
||||
$intervento = Intervento::find($id_record);
|
||||
if (!empty($stato)) {
|
||||
$intervento = Intervento::find($id_record);
|
||||
$intervento->id = $stato['id'];
|
||||
$intervento->idstatointervento = $stato['id'];
|
||||
$intervento->save();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user