Alexander Musikhin há 6 meses atrás
pai
commit
fb8071839c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      resources/views/reclamations/edit.blade.php

+ 1 - 1
resources/views/reclamations/edit.blade.php

@@ -18,7 +18,7 @@
 
                     @csrf
                     <input type="hidden" id="order_id" name="order_id" value="{{ $reclamation->order_id}}">
-                    <input type="text" name="previous_url" value="{{ $previous_url ?? '' }}">
+                    <input type="hidden" name="previous_url" value="{{ $previous_url ?? '' }}">
 
                     @include('partials.input', ['name' => 'order_name', 'title' => 'Площадка', 'disabled' => true, 'value' => $reclamation->order->common_name ?? ''])
                     @include('partials.select', ['name' => 'status_id', 'title' => 'Статус', 'options' => $statuses, 'value' => $reclamation->status_id ?? old('status_id')])