Fix #1393
This commit is contained in:
parent
4e67b8efb3
commit
405c2f01e5
|
@ -275,7 +275,7 @@ $operations['cambia_stato'] = [
|
||||||
'text' => '<span><i class="fa fa-refresh"></i> '.tr('Cambia stato'),
|
'text' => '<span><i class="fa fa-refresh"></i> '.tr('Cambia stato'),
|
||||||
'data' => [
|
'data' => [
|
||||||
'title' => tr('Vuoi davvero aggiornare lo stato di questi contratti?'),
|
'title' => tr('Vuoi davvero aggiornare lo stato di questi contratti?'),
|
||||||
'msg' => '<br>{[ "type": "select", "label": "'.tr('Stato').'", "name": "id_stato", "required": 1, "values": "query=SELECT id, descrizione FROM co_staticontratti ORDER BY descrizione" ]}',
|
'msg' => '<br>{[ "type": "select", "label": "'.tr('Stato').'", "name": "id_stato", "required": 1, "values": "query=SELECT id, descrizione, colore as _bgcolor_ FROM co_staticontratti ORDER BY descrizione" ]}',
|
||||||
'button' => tr('Procedi'),
|
'button' => tr('Procedi'),
|
||||||
'class' => 'btn btn-lg btn-warning',
|
'class' => 'btn btn-lg btn-warning',
|
||||||
'blank' => false,
|
'blank' => false,
|
||||||
|
|
|
@ -195,7 +195,7 @@ $operations['crea_fattura'] = [
|
||||||
'data' => [
|
'data' => [
|
||||||
'title' => tr('Vuoi davvero cambiare lo stato per questi DDT?'),
|
'title' => tr('Vuoi davvero cambiare lo stato per questi DDT?'),
|
||||||
'msg' => tr('Seleziona lo stato in cui spostare tutti i DDT').'.<br>
|
'msg' => tr('Seleziona lo stato in cui spostare tutti i DDT').'.<br>
|
||||||
<br>{[ "type": "select", "label": "'.tr('Stato').'", "name": "id_stato", "required": 1, "values": "query=SELECT id, descrizione FROM dt_statiddt" ]}',
|
<br>{[ "type": "select", "label": "'.tr('Stato').'", "name": "id_stato", "required": 1, "values": "query=SELECT id, descrizione, colore as _bgcolor_ FROM dt_statiddt" ]}',
|
||||||
'button' => tr('Procedi'),
|
'button' => tr('Procedi'),
|
||||||
'class' => 'btn btn-lg btn-warning',
|
'class' => 'btn btn-lg btn-warning',
|
||||||
'blank' => false,
|
'blank' => false,
|
||||||
|
|
|
@ -231,7 +231,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 id, descrizione FROM or_statiordine" ]}',
|
<br>{[ "type": "select", "label": "'.tr('Stato').'", "name": "id_stato", "required": 1, "values": "query=SELECT id, descrizione, colore as _bgcolor_ FROM or_statiordine" ]}',
|
||||||
'button' => tr('Procedi'),
|
'button' => tr('Procedi'),
|
||||||
'class' => 'btn btn-lg btn-warning',
|
'class' => 'btn btn-lg btn-warning',
|
||||||
'blank' => false,
|
'blank' => false,
|
||||||
|
|
|
@ -167,7 +167,7 @@ $operations['cambia_stato'] = [
|
||||||
'text' => '<span><i class="fa fa-refresh"></i> '.tr('Cambia stato'),
|
'text' => '<span><i class="fa fa-refresh"></i> '.tr('Cambia stato'),
|
||||||
'data' => [
|
'data' => [
|
||||||
'title' => tr('Vuoi davvero aggiornare lo stato di questi preventivi?'),
|
'title' => tr('Vuoi davvero aggiornare lo stato di questi preventivi?'),
|
||||||
'msg' => '<br>{[ "type": "select", "label": "'.tr('Stato').'", "name": "id_stato", "required": 1, "values": "query=SELECT id, descrizione FROM co_statipreventivi ORDER BY descrizione" ]}',
|
'msg' => '<br>{[ "type": "select", "label": "'.tr('Stato').'", "name": "id_stato", "required": 1, "values": "query=SELECT id, descrizione, colore as _bgcolor_ FROM co_statipreventivi ORDER BY descrizione" ]}',
|
||||||
'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