Prechádzať zdrojové kódy

changed client sort order

= 4 rokov pred
rodič
commit
7cd729af51

+ 7 - 6
resources/views/app/practice-management/supply-orders-ready-to-ship.blade.php

@@ -73,12 +73,13 @@
                             </td>
                             <td>
                                 @if(!$sameClientAndAddress)
-                            @foreach($patient->devices as $device)
-                                <div>
-                                    <div class="px-2">{{ friendly_date_time($device->device->created_at) }}</div>
-                                    <div class="px-2">{{ $device->device->category }}</div>
-                                    <div class="px-2"><pre class="m-0">{{ $device->device->imei }}</pre></div>
-                                </div>
+                                    @foreach($patient->devices as $device)
+                                        <div>
+                                            <div class="px-2">{{ friendly_date_time($device->device->created_at) }}</div>
+                                            <div class="px-2">{{ $device->device->category }}</div>
+                                            <div class="px-2"><pre class="m-0">{{ $device->device->imei }}</pre></div>
+                                        </div>
+                                    @endforeach
                                 @endif
                             </td>
                             <td class="align-top border-top-0">