Преглед на файлове

Cancel billing default memo text update

Vijayakrishnan преди 3 години
родител
ревизия
13ad70ae4d

+ 3 - 2
resources/views/app/generic-bills/inline.blade.php

@@ -137,7 +137,8 @@ $genericBills = genericBills($pro, @$patient, @$entityType, @$entityUid);
                                         <input type="hidden" name="uid" value="{{$bill->uid}}">
                                         <p>Update Cancellation Memo</p>
                                         <div class="mb-2">
-                                            <textarea class="text form-control form-control-sm" name="cancellationMemo" placeholder="">{{$bill->cancellation_memo ? $bill->cancellation_memo : 'Insufficient documentation for billable service.'}}</textarea>
+                                            <textarea class="text form-control form-control-sm" name="cancellationMemo"
+                                                      placeholder="">{{$bill->cancellation_memo ? $bill->cancellation_memo : 'Please contact billing.'}}</textarea>
                                         </div>
                                         <div>
                                             <button class="btn btn-success btn-sm" submit>Submit</button>
@@ -153,7 +154,7 @@ $genericBills = genericBills($pro, @$patient, @$entityType, @$entityUid);
                                         <p class="mb-2">Cancel this bill?</p>
                                         <div class="mb-2">
                                             <label class="mb-1 text-secondary">Cancellation Memo</label>
-                                            <textarea type="text" name="memo" placeholder="Memo" class="form-control form-control-sm">Insufficient documentation for billable service.</textarea>
+                                            <textarea type="text" name="memo" placeholder="Memo" class="form-control form-control-sm">Please contact billing.</textarea>
                                         </div>
                                         <div class="mb-0">
                                             <button class="btn btn-danger btn-sm" submit>Yes</button>

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

@@ -1409,7 +1409,8 @@
                                                         <input type="hidden" name="uid" value="{{$bill->uid}}">
                                                         <p>Update Cancellation Memo</p>
                                                         <div class="mb-2">
-                                                            <textarea class="text form-control form-control-sm" name="cancellationMemo" placeholder="">{{$bill->cancellation_memo ? $bill->cancellation_memo : 'Insufficient documentation for billable service.'}}</textarea>
+                                                            <textarea class="text form-control form-control-sm" name="cancellationMemo"
+                                                                      placeholder="">{{$bill->cancellation_memo ? $bill->cancellation_memo : 'Please contact billing.'}}</textarea>
                                                         </div>
                                                         <div>
                                                             <button class="btn btn-success btn-sm" submit>Submit</button>
@@ -1425,7 +1426,7 @@
                                                         <p class="mb-2">Cancel this bill?</p>
                                                         <div class="mb-2">
                                                             <label class="mb-1 text-secondary">Cancellation Memo</label>
-                                                            <textarea type="text" name="memo" placeholder="Memo" class="form-control form-control-sm">Insufficient documentation for billable service.</textarea>
+                                                            <textarea type="text" name="memo" placeholder="Memo" class="form-control form-control-sm">Please contact billing.</textarea>
                                                         </div>
                                                         <div class="mb-0">
                                                             <button class="btn btn-danger btn-sm" submit>Yes</button>

+ 3 - 2
resources/views/app/patient/note/dashboard.blade.php

@@ -1320,7 +1320,8 @@
                                                     <input type="hidden" name="uid" value="{{$bill->uid}}">
                                                     <p>Update Cancellation Memo</p>
                                                     <div class="mb-2">
-                                                        <textarea class="text form-control form-control-sm" name="cancellationMemo" placeholder="">{{$bill->cancellation_memo ? $bill->cancellation_memo : 'Insufficient documentation for billable service.'}}</textarea>
+                                                        <textarea class="text form-control form-control-sm" name="cancellationMemo"
+                                                                  placeholder="">{{$bill->cancellation_memo ? $bill->cancellation_memo : 'Please contact billing.'}}</textarea>
                                                     </div>
                                                     <div>
                                                         <button class="btn btn-success btn-sm" submit>Submit</button>
@@ -1336,7 +1337,7 @@
                                                     <p class="mb-2">Cancel this bill?</p>
                                                     <div class="mb-2">
                                                         <label class="mb-1 text-secondary">Cancellation Memo</label>
-                                                        <textarea type="text" name="memo" placeholder="Memo" class="form-control form-control-sm">Insufficient documentation for billable service.</textarea>
+                                                        <textarea type="text" name="memo" placeholder="Memo" class="form-control form-control-sm">Please contact billing.</textarea>
                                                     </div>
                                                     <div class="mb-0">
                                                         <button class="btn btn-danger btn-sm" submit>Yes</button>