瀏覽代碼

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>