Browse Source

fixed dedictible

= 3 năm trước cách đây
mục cha
commit
1cff303ed5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      resources/views/layouts/patient-header.blade.php

+ 2 - 2
resources/views/layouts/patient-header.blade.php

@@ -360,9 +360,9 @@ $addressParts .= implode(", ", $addressPart2);
                 @endif
               @endif
               @if($_cpc->plan_type === 'COMMERCIAL')
-                @if(@$_cpc->deductable_amount !== null)
+                
                   <div class="ml-2">Deductible: {{format_number(@$_cpc->deductable_amount)}} </div>
-                @endif
+                
               @endif
             @endif 
           @endif