Peter Muturi 7 月之前
父节点
当前提交
5d57651d52
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      resources/views/app/my-account/admin/orders/partials/table.blade.php

+ 2 - 0
resources/views/app/my-account/admin/orders/partials/table.blade.php

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