= преди 4 години
родител
ревизия
c4207dabdd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Http/Controllers/PracticeManagementController.php

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

@@ -372,7 +372,7 @@ class PracticeManagementController extends Controller
 
     public function billingManager(Request $request, $proUid = null)
     {
-        $notes = Note::orderBy('created_at', 'desc')->paginate();
+        $notes = Note::orderBy('effective_dateest', 'desc')->paginate();
         return view('app.practice-management.billing-manager', compact('notes'));
     }