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
+
+ 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