|
@@ -38,8 +38,10 @@
|
|
|
$storeOrderDetailJson = $order->detailJson();
|
|
|
$storeOrderSelectedOptions = json_decode(@$storeOrderDetailJson->selected_options ?? "{}");
|
|
|
$selectedLab = @$storeOrderSelectedOptions->lab;
|
|
|
+
|
|
|
$lab_tests_request_attachment = @$order->getDetailJsonValue('lab_tests_request_attachment');
|
|
|
$results_attachment = @$order->getDetailJsonValue('results_attachment');
|
|
|
+ $orderTotal = $order->order_total;
|
|
|
?>
|
|
|
<tr @if ($order->is_cancelled) class="cancelled-order" @endif>
|
|
|
<td class="text-nowrap" style="width:1px">
|