|
@@ -820,6 +820,7 @@
|
|
update-parent
|
|
update-parent
|
|
mc-initer="patient-supply-orders"
|
|
mc-initer="patient-supply-orders"
|
|
title="{{$patient->displayName()}} - Supply Orders"
|
|
title="{{$patient->displayName()}} - Supply Orders"
|
|
|
|
+ popup-style="medium"
|
|
href="/patients/view/{{$patient->uid}}/supply-orders?popupmode=1¬e-uid={{$note->uid}}&filter=active">
|
|
href="/patients/view/{{$patient->uid}}/supply-orders?popupmode=1¬e-uid={{$note->uid}}&filter=active">
|
|
Manage Supply Orders
|
|
Manage Supply Orders
|
|
</a>
|
|
</a>
|
|
@@ -829,7 +830,7 @@
|
|
<p class="font-weight-bold text-secondary mb-2 mr-2">Associated with this note</p>
|
|
<p class="font-weight-bold text-secondary mb-2 mr-2">Associated with this note</p>
|
|
<div>
|
|
<div>
|
|
@if($supplyOrdersOnNote && count($supplyOrdersOnNote))
|
|
@if($supplyOrdersOnNote && count($supplyOrdersOnNote))
|
|
- <table class="table table-sm table-bordered mb-0">
|
|
|
|
|
|
+ <table class="table table-sm table-bordered mb-0 bg-white">
|
|
<thead>
|
|
<thead>
|
|
<tr class="bg-light">
|
|
<tr class="bg-light">
|
|
<th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Title</div></th>
|
|
<th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Title</div></th>
|
|
@@ -879,7 +880,7 @@
|
|
|
|
|
|
<p class="font-weight-bold text-secondary mb-2 mr-2">Others as of {{friendlier_date(date('Y-m-d'))}}</p>
|
|
<p class="font-weight-bold text-secondary mb-2 mr-2">Others as of {{friendlier_date(date('Y-m-d'))}}</p>
|
|
@if($otherOpenSupplyOrders && count($otherOpenSupplyOrders))
|
|
@if($otherOpenSupplyOrders && count($otherOpenSupplyOrders))
|
|
- <table class="table table-sm table-bordered mb-0">
|
|
|
|
|
|
+ <table class="table table-sm table-bordered mb-0 bg-white">
|
|
<thead>
|
|
<thead>
|
|
<tr class="bg-light">
|
|
<tr class="bg-light">
|
|
<th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Title</div></th>
|
|
<th class="px-2 text-nowrap text-secondary border-bottom-0"><div class="text-ellipsis">Title</div></th>
|