Browse Source

fixed billing report filter

= 3 năm trước cách đây
mục cha
commit
3286fc0acc

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

@@ -93,7 +93,7 @@
         </div>
     </div>
     <div class="mt-3">
-        {{$rows->links()}}
+        {{$rows->appends(request()->input())->links()}}
     </div>
 
 </div>