Fix cambio stato da bulk
This commit is contained in:
parent
b42365064a
commit
8d3f3790ab
|
@ -247,7 +247,7 @@ $operations['cambia_stato'] = [
|
||||||
'data' => [
|
'data' => [
|
||||||
'title' => tr('Vuoi davvero cambiare lo stato per questi ordini?'),
|
'title' => tr('Vuoi davvero cambiare lo stato per questi ordini?'),
|
||||||
'msg' => tr('Seleziona lo stato in cui spostare tutti gli ordini').'.<br>
|
'msg' => tr('Seleziona lo stato in cui spostare tutti gli ordini').'.<br>
|
||||||
<br>{[ "type": "select", "label": "'.tr('Stato').'", "name": "id_stato", "required": 1, "values": "query=SELECT `or_statiordine`.`id`, `title`, `colore` as _bgcolor_ FROM `or_statiordine` LEFT JOIN `or_statiordine_lang` ON (`or_statiordine`.`id` = `or_statiordine_lang`.`id_record` AND `or_statiordine_lang`.`id_lang` = '.prepare(Models\Locale::getDefault()->id).') ORDER BY `title` ASC" ]}',
|
<br>{[ "type": "select", "label": "'.tr('Stato').'", "name": "id_stato", "required": 1, "values": "query=SELECT `or_statiordine`.`id`, `title` as descrizione, `colore` as _bgcolor_ FROM `or_statiordine` LEFT JOIN `or_statiordine_lang` ON (`or_statiordine`.`id` = `or_statiordine_lang`.`id_record` AND `or_statiordine_lang`.`id_lang` = '.prepare(Models\Locale::getDefault()->id).') ORDER BY `title` ASC" ]}',
|
||||||
'button' => tr('Procedi'),
|
'button' => tr('Procedi'),
|
||||||
'class' => 'btn btn-lg btn-warning',
|
'class' => 'btn btn-lg btn-warning',
|
||||||
'blank' => false,
|
'blank' => false,
|
||||||
|
|
Loading…
Reference in New Issue