Explorar el Código

descrizione issue

Roberto Santini hace 1 año
padre
commit
b696b1609c
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      resources/views/issue/firma_remota.blade.php

+ 3
- 3
resources/views/issue/firma_remota.blade.php Ver fichero

@@ -116,15 +116,15 @@ use App\Models\Config;
116 116
               {!! $issue->ore_viaggio !!}
117 117
             </div>
118 118
             @endif
119
-            
119
+
120 120
             {!! Form::hidden('ore_viaggio', $issue->ore_viaggio) !!}
121 121
           </div>
122 122
 
123 123
           <div class="form-row">
124 124
             <div class="form-group col-md">
125
-              {!! Form::label('descrizione_id', 'Descrizione') !!}
125
+              {!! Form::label('note', 'Descrizione') !!}
126 126
               {!! $issue->note !!}
127
-              {!! Form::hidden('descrizione_id', $issue->note) !!}
127
+              {!! Form::hidden('note', $issue->note) !!}
128 128
             </div>
129 129
           </div>
130 130
 

Loading…
Cancelar
Guardar