浏览代码

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>