diff --git a/admin/index.php b/admin/index.php
index e83eaed..8e8582b 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -1054,7 +1054,7 @@ $allSignups = array_merge($all_customers, $all_vendors);
Total Amount |
Order Date |
Status |
- |
+ Return Status |
@@ -1070,6 +1070,8 @@ $allSignups = array_merge($all_customers, $all_vendors);
$vendorName = $val['items'][0]['vendor_name'];
$totalAmount = $val['total_amount'];
$orderStatus = strtoupper($val['status']);
+ $returnStatus = strtoupper($val['return_order']['status']);
+
$statusClass = '';
@@ -1098,6 +1100,7 @@ $allSignups = array_merge($all_customers, $all_vendors);
₱ |
|
|
+ |