Compare commits
2 Commits
f3ae505ef4
...
09bebde86c
Author | SHA1 | Date |
---|---|---|
FabioL | 09bebde86c | |
FabioL | 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();
|
||||
}
|
||||
|
||||
|
|
|
@ -192,7 +192,7 @@ echo '
|
|||
<form action="" method="post" id="form-firma" class="hide">
|
||||
<input type="hidden" name="op" value="firma_bulk">
|
||||
<input type="hidden" name="backto" value="record-list">
|
||||
<input type="hidden" name="records" value="<?php echo implode(';', $records ?: ''); ?>">
|
||||
<input type="hidden" name="records" value="<?php echo implode(';', $records); ?>">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
|
Loading…
Reference in New Issue