|
@@ -69,9 +69,9 @@
|
|
</div>--}}
|
|
</div>--}}
|
|
<div class="alert alert-info px-3 rounded-0">
|
|
<div class="alert alert-info px-3 rounded-0">
|
|
There {{ count($patient->readyToShipSupplyOrders) === 1 ? 'is' : 'are' }}
|
|
There {{ count($patient->readyToShipSupplyOrders) === 1 ? 'is' : 'are' }}
|
|
- <b>{{ count($patient->readyToShipSupplyOrders) }}</b> ready-to-ship
|
|
|
|
|
|
+ <b>{{ count($patient->readyToShipSupplyOrders) }}</b>
|
|
supply order{{ count($patient->readyToShipSupplyOrders) === 1 ? '' : 's' }}
|
|
supply order{{ count($patient->readyToShipSupplyOrders) === 1 ? '' : 's' }}
|
|
- for this patient
|
|
|
|
|
|
+ cleared for shipment
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
<table class="table table-sm table-bordered mb-0 mb-3">
|
|
<table class="table table-sm table-bordered mb-0 mb-3">
|
|
@@ -148,7 +148,7 @@
|
|
|
|
|
|
@if($patient->readyToShipSupplyOrders && count($patient->readyToShipSupplyOrders))
|
|
@if($patient->readyToShipSupplyOrders && count($patient->readyToShipSupplyOrders))
|
|
<div class="mb-4">
|
|
<div class="mb-4">
|
|
- <label class="mb-2 font-weight-bold text-secondary">Ready to Ship Supply Orders</label>
|
|
|
|
|
|
+ <label class="mb-2 font-weight-bold text-secondary">Supply orders cleared for shipment</label>
|
|
<table class="table table-sm table-striped table-bordered mb-0 bg-white">
|
|
<table class="table table-sm table-striped table-bordered mb-0 bg-white">
|
|
<thead>
|
|
<thead>
|
|
<tr class="">
|
|
<tr class="">
|