|
@@ -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>
|