فهرست منبع

Remove "Equipment" from tickets

Vijayakrishnan 4 سال پیش
والد
کامیت
84d6062e2a
2فایلهای تغییر یافته به همراه0 افزوده شده و 8 حذف شده
  1. 0 4
      resources/views/app/patient/tickets.blade.php
  2. 0 4
      resources/views/layouts/patient.blade.php

+ 0 - 4
resources/views/app/patient/tickets.blade.php

@@ -60,7 +60,6 @@
                 <option value="erx" {{$type === 'erx' ? 'selected' : ''}}>ERx</option>
                 <option value="lab" {{$type === 'lab' ? 'selected' : ''}}>Lab Orders</option>
                 <option value="imaging" {{$type === 'imaging' ? 'selected' : ''}}>Imaging Orders</option>
-                <option value="equipment" {{$type === 'equipment' ? 'selected' : ''}}>Equipment Orders</option>
             </select>
             <select class="ml-2 max-width-200px form-control form-control-sm pr-2"
                     v-model="statusFilter">
@@ -79,9 +78,6 @@
         @if($type === '' || $type === 'imaging')
             @include('app.patient.tickets.imaging')
         @endif
-        @if($type === '' || $type === 'equipment')
-            @include('app.patient.tickets.equipment')
-        @endif
 
         @include('app.patient.tickets.ticket_send_fax_form')
     </div>

+ 0 - 4
resources/views/layouts/patient.blade.php

@@ -101,10 +101,6 @@
                                     <a class="nav-link {{ strpos($routeName, 'patients.view.patient-tickets') === 0 && @$type === 'imaging' ? 'active' : '' }}"
                                        href="{{ route('patients.view.patient-tickets', ['patient' => $patient, 'type' => 'imaging']) }}">Imaging</a>
                                 </li>
-                                <li class="nav-item">
-                                    <a class="nav-link {{ strpos($routeName, 'patients.view.patient-tickets') === 0 && @$type === 'equipment' ? 'active' : '' }}"
-                                       href="{{ route('patients.view.patient-tickets', ['patient' => $patient, 'type' => 'equipment']) }}">Equipment</a>
-                                </li>
                             </ul>
                         </li>
                         <li class="nav-item">