From 3fcd09f8efd750e14ec1ddc7dd908bb5dc3341c8 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Tue, 6 Feb 2018 14:19:00 +0630 Subject: [PATCH] update update ddetail for table --- app/views/origami/addorders/detail.html.erb | 52 +++++++++++++++------ 1 file changed, 38 insertions(+), 14 deletions(-) diff --git a/app/views/origami/addorders/detail.html.erb b/app/views/origami/addorders/detail.html.erb index cb849a01..440009e1 100755 --- a/app/views/origami/addorders/detail.html.erb +++ b/app/views/origami/addorders/detail.html.erb @@ -73,9 +73,10 @@
ORDER DETAILS
- -
- Select Table +
Select
+
<% else %> @@ -337,9 +338,9 @@ <% if table.status == 'occupied' %> <% if table.get_booking.nil? %> <% if table.get_checkout_booking.nil? %> -
+
<% else %> -
+
<% end %>
<%= table.name %> @@ -349,9 +350,9 @@
<% else %> <% if table.get_checkout_booking.nil? %> -
+
<% else %> -
+
<% end %>
<%= table.name %> @@ -360,7 +361,7 @@
<% end %> <% else %> -
+
<%= table.name %> new @@ -376,9 +377,9 @@ <% if table.status == 'occupied' %> <% if table.get_booking.nil? %> <% if table.get_checkout_booking.nil? %> -
+
<% else %> -
+
<% end %>
<%= table.name %> @@ -388,9 +389,9 @@
<% else %> <% if table.get_checkout_booking.nil? %> -
+
<% else %> -
+
<% end %>
<%= table.name %> @@ -399,7 +400,7 @@
<% end %> <% else %> -
+
<%= table.name %> new @@ -412,8 +413,31 @@
+ \ No newline at end of file