Ver código fonte

descrizione issue

Roberto Santini 1 ano atrás
pai
commit
b696b1609c
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      resources/views/issue/firma_remota.blade.php

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

@@ -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
 

Carregando…
Cancelar
Salvar