Explorar o código

[e2-136] MCP bills page - don't show time in Date column

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
7e28497832
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/app/mcp/bills.blade.php

+ 1 - 1
resources/views/app/mcp/bills.blade.php

@@ -28,7 +28,7 @@
                 <tbody>
                     @foreach($bills as $bill)
                     <tr>
-                        <td>{{ friendly_date_time($bill->effective_date) }}</td>
+                        <td>{{ friendly_date_time($bill->effective_date, false) }}</td>
                         <td>
                             <a target="_blank" native href="{{route('patients.view.dashboard', $bill->client)}}">
                                 {{$bill->client->displayName()}}