diff --git a/app/views/origami/rooms/show.html.erb b/app/views/origami/rooms/show.html.erb index d4869a6a..41d7f612 100755 --- a/app/views/origami/rooms/show.html.erb +++ b/app/views/origami/rooms/show.html.erb @@ -186,7 +186,7 @@
<%= @obj_sale_sale.customer_id rescue '' %>
+<%= @obj_sale.customer_id rescue '' %>
Customer : <%= @obj_sale.customer.name rescue '-' %> <%else%><%= @obj_order.customer_id rescue "-" %>
@@ -361,7 +361,8 @@ - <% else %> + <% end %> + <% if @status_sale == 'sale' %>