浏览代码

fixed processing bills table

= 3 年之前
父节点
当前提交
4d8f53fc6e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      resources/views/app/practice-management/processing-bill-matrix.blade.php

+ 2 - 1
resources/views/app/practice-management/processing-bill-matrix.blade.php

@@ -119,9 +119,10 @@
                                 @else
                                     Admin.
                                 @endif
+                               
                                 @if($row->is_verified)
                                     @if(!request()->input('t') || request()->input('t') === 'hcp')
-                                        @if(!!$row->hcp_company_pro_id)
+                                        @if(!$row->hcp_company_pro_id)
                                             <div class="mt-1 text-danger text-sm">
                                                 <i class="fa fa-exclamation-triangle"></i>
                                                 <span class="">Company pro not set!</span>