diff --git a/app/views/transactions/orders/show.html.erb b/app/views/transactions/orders/show.html.erb
index 903ed0f0..f55cec28 100644
--- a/app/views/transactions/orders/show.html.erb
+++ b/app/views/transactions/orders/show.html.erb
@@ -51,7 +51,7 @@
Qty |
Unit Price |
Total Price |
- Option |
+
Status |
Order By |
Created at |
@@ -67,7 +67,7 @@
<%= order.qty %> |
<%= order.price %> |
<%= order.qty * order.price %> |
- <%= order.options %> |
+
<%= order.order_item_status %> |
<%= order.item_order_by %> |
<%= order.created_at.strftime("%d-%m-%Y") %> |