瀏覽代碼

fixed created by on client memo

= 3 年之前
父節點
當前提交
6d516458c4

+ 1 - 1
app/Http/Controllers/PracticeManagementController.php

@@ -200,7 +200,7 @@ SELECT effective_date, count(*), sum(number_of_units) as units FROM bill WHERE c
         }
        
 
-        $rows = $rows->paginate(50);
+        $rows = $rows->paginate(20);
 
         $claimStatuses = DB::select('SELECT distinct status FROM claim ORDER BY status DESC');
 

+ 1 - 3
resources/views/app/patient/dashboard.blade.php

@@ -626,9 +626,7 @@ foreach ($pro->allShortcuts() as $shortcut) {
                                     <pre class="m-0 break-spaces">{{ $memo->content }}</pre>
                                 </td>
                                 <td class="text-nowrap">
-                                    @if($performer->pro->pro_type == 'ADMIN')
-                                    <strong>{{$memo->createdBy->proname_first}} {{$memo->createdBy->pro->name_last}}</strong><br />
-                                    @endif
+                                    <strong>{{$memo->createdBy->pro->name_first}} {{$memo->createdBy->pro->name_last}}</strong><br />
                                     {{ friendly_date_time($memo->created_at) }}
                                 </td>
                                 @if($performer->pro->pro_type === 'ADMIN' )