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 @@
<% if @status_sale == 'sale' %> - +   Customer : <%= @obj_sale.customer.name rescue '-' %> <%else%> @@ -361,7 +361,8 @@ - <% else %> + <% end %> + <% if @status_sale == 'sale' %>