|
@@ -9,9 +9,9 @@
|
|
<a start show href="#">Add</a>
|
|
<a start show href="#">Add</a>
|
|
<form url="/api/supplyOrder/create" redir="/patients/view/{{ $patient->uid }}/supply-orders/[data]">
|
|
<form url="/api/supplyOrder/create" redir="/patients/view/{{ $patient->uid }}/supply-orders/[data]">
|
|
|
|
|
|
- @if(!$patient->has_cm_setup_been_performed)
|
|
|
|
|
|
+ {{--@if(!$patient->has_cm_setup_been_performed)
|
|
<p class="font-weight-bold alert alert-warning border-warning mb-0">You need to enroll this patient into CM before adding supply orders.</p>
|
|
<p class="font-weight-bold alert alert-warning border-warning mb-0">You need to enroll this patient into CM before adding supply orders.</p>
|
|
- @else
|
|
|
|
|
|
+ @else--}}
|
|
<input type="hidden" name="clientUid" value="{{ $patient->uid }}">
|
|
<input type="hidden" name="clientUid" value="{{ $patient->uid }}">
|
|
<input type="hidden" name="noteUid" value="{{ request()->input('note-uid') }}">
|
|
<input type="hidden" name="noteUid" value="{{ request()->input('note-uid') }}">
|
|
<label class="text-secondary font-weight-bold">Add Supply Order</label>
|
|
<label class="text-secondary font-weight-bold">Add Supply Order</label>
|
|
@@ -56,7 +56,7 @@
|
|
<div class="d-flex align-items-center">
|
|
<div class="d-flex align-items-center">
|
|
<button class="btn btn-sm btn-primary mr-2" type="button" submit>Save</button>
|
|
<button class="btn btn-sm btn-primary mr-2" type="button" submit>Save</button>
|
|
</div>
|
|
</div>
|
|
- @endif
|
|
|
|
|
|
+ {{--@endif--}}
|
|
|
|
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|