Vijayakrishnan преди 3 години
родител
ревизия
34a545116f
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 3 3
      resources/views/app/generic-bills/add-bill-form/Note.blade.php
  2. 1 1
      resources/views/app/rm-bills/add-bill-form/Note.blade.php

+ 3 - 3
resources/views/app/generic-bills/add-bill-form/Note.blade.php

@@ -29,14 +29,14 @@
 
 <form url="/api/bill/createForGeneric">
     @if(hasActiveGenericBill($genericPro, @$patient, @$entityType, @$entityUid))
-        <div class="border rounded bg-aliceblue p-2 width-200px d-flex align-items-baseline">
+        <div class="border rounded bg-aliceblue p-2  d-flex align-items-baseline">
             <i class="fa fa-exclamation-triangle text-warning-mellow mr-2"></i>
             <span>An uncancelled NA bill already exists for this note!</span>
         </div>
     @elseif($note && !$note->hasTreatmentServicesBillByHCP())
-        <div class="border rounded bg-aliceblue p-2 width-200px d-flex align-items-baseline">
+        <div class="border rounded bg-aliceblue p-2  d-flex align-items-baseline">
             <i class="fa fa-exclamation-triangle text-warning-mellow mr-2"></i>
-            <span>Pending HCP Signing of Treatment Services</span>
+            <span>Awaiting completion by HCP</span>
         </div>
     @else
         @include('app.generic-bills.add-bill-form._default-fields')

+ 1 - 1
resources/views/app/rm-bills/add-bill-form/Note.blade.php

@@ -36,7 +36,7 @@
     @elseif($note && !$note->hasTreatmentServicesBillByHCP())
         <div class="border rounded bg-aliceblue p-2 width-200px d-flex align-items-baseline">
             <i class="fa fa-exclamation-triangle text-warning-mellow mr-2"></i>
-            <span>Pending HCP Signing of Treatment Services</span>
+            <span>Awaiting completion by HCP</span>
         </div>
     @else
         @include('app.generic-bills.add-bill-form._default-fields')