Peter Muturi 7 달 전
부모
커밋
a6bbac9492
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/my-account/admin/orders/partials/table.blade.php

+ 1 - 1
resources/views/app/my-account/admin/orders/partials/table.blade.php

@@ -55,7 +55,7 @@
                     <td style="width:1px">{{ displayAmount('$', $order->total()) }}</td>
                     <td style="width:550px">
                       @foreach($order->testsRequested() as  $tkey => $test)
-                       <small>{{ config('constants.tests.'.$test) }}</small>@if($order->associatedOrders($order->id) && count($order->testsRequested()) -1 !== $tkey),@endif
+                       <small>{{ config('constants.tests.'.$test) }}</small>@if(count($order->associatedOrders($order->id)) || count($order->testsRequested()) -1 !== $tkey),@endif
                        @endforeach
                        {{-- Associated Orders --}}
                        @foreach($order->associatedOrders($order->id) as $tOrder => $assocOrder)