Browse Source

firma ciack 3

Roberto Santini 1 year ago
parent
commit
9f2e6f542c
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      resources/views/issue/firma_remota.blade.php

+ 4
- 4
resources/views/issue/firma_remota.blade.php View File

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

Loading…
Cancel
Save