소스 검색

RM bills to sign - hide sign-all if no bills

Vijayakrishnan 3 년 전
부모
커밋
4c3643989a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/practice-management/rm-bills-to-sign.blade.php

+ 1 - 1
resources/views/app/practice-management/rm-bills-to-sign.blade.php

@@ -10,7 +10,7 @@
                 <i class="fas fa-user-injured"></i>
                 RM Bills to Sign
             </strong>
-            @if($pro->is_hcp)
+            @if($pro->is_hcp && $bills && count($bills))
             <div moe="" relative class="ml-auto">
                 <a class="font-weight-bold" href="#" show start>Sign All Bills</a>
                 <form url="/api/bill/signAllPendingForRM" right>