diff --git a/app/views/origami/reservation/index.html.erb b/app/views/origami/reservation/index.html.erb
index 0c7d6aae..ff2186c2 100644
--- a/app/views/origami/reservation/index.html.erb
+++ b/app/views/origami/reservation/index.html.erb
@@ -1,5 +1,9 @@
<%= stylesheet_link_tag 'reservation', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_include_tag 'reservation', 'data-turbolinks-track': 'reload' %>
diff --git a/app/views/transactions/sales/show.html.erb b/app/views/transactions/sales/show.html.erb
index 4017e166..2bb45f4e 100755
--- a/app/views/transactions/sales/show.html.erb
+++ b/app/views/transactions/sales/show.html.erb
@@ -47,7 +47,7 @@
<% end %>
- <% else %>
+ <% elsif @sale.sale_status == "new" %>
<% if current_login_employee.role == "administrator" %>
<%if @membership.discount && @sale.customer.membership_id %>
|