소스 검색

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

Vijayakrishnan 3 년 전
부모
커밋
7e28497832
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()}}