Преглед изворни кода

fixed billing report filter

= пре 3 година
родитељ
комит
3286fc0acc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      resources/views/app/practice-management/billing-report.blade.php

+ 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>