소스 검색

Show mins i have billed in caremonth dashboard

Vijayakrishnan 3 년 전
부모
커밋
b9e8e708ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/care-month/dashboard.blade.php

+ 1 - 1
resources/views/app/patient/care-month/dashboard.blade.php

@@ -308,7 +308,7 @@
                                     </b>
                                 </div>
 
-                                @if(0 && $careMonth->mcp && $pro->id === $careMonth->mcp->id)
+                                @if($careMonth->mcp && $pro->id === $careMonth->mcp->id)
                                 <div class="mt-2">
                                     <?php
                                     $minsBilled = 0;