|
@@ -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'));
|
|
|
}
|
|
|
|