unknown 4 лет назад
Родитель
Сommit
03bd6d74cf

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

@@ -35,7 +35,7 @@ class PracticeManagementController extends Controller
 
     public function billingReport(Request $request)
     {
-        $rows = BillingReport::paginate(100);
+        $rows = BillingReport::paginate(200);
         return view('app.practice-management.billing-report', compact('rows'));
     }
 

+ 1 - 1
resources/views/app/practice-management/billing-report.blade.php

@@ -39,7 +39,7 @@
                         </td>
                         <td class="text-nowrap border-left-0">
                             <a href="{{$row->link}}">
-                                {{friendlier_date_time($row->note_date, false)}}
+                                {{friendly_date_time($row->note_date, false)}}
                             </a>
                         </td>
                         <td class="text-nowrap border-left-0">