<%
-
- end
+ # end
end
end
@@ -243,7 +242,7 @@
count += 1
sub_total = sub_total + (order_item.price * order_item.qty)
- unless order_item.price == 0 %>
+ # unless order_item.price == 0 %>
<%= count %>
<%= order_item.item_name %>
@@ -252,7 +251,7 @@
<%
- end
+ # end
end
end
end
diff --git a/app/views/origami/rooms/show.html.erb b/app/views/origami/rooms/show.html.erb
index 05f14c04..600eaf73 100755
--- a/app/views/origami/rooms/show.html.erb
+++ b/app/views/origami/rooms/show.html.erb
@@ -215,7 +215,7 @@
<%
# Can't check for discount
- unless sale_item.price == 0
+ # unless sale_item.price == 0
count += 1
%>
@@ -227,7 +227,7 @@
<%
- end
+ # end
end
end
@@ -238,7 +238,7 @@
count += 1
sub_total = sub_total + (order_item.price * order_item.qty)
- unless order_item.price == 0 %>
+ # unless order_item.price == 0 %>
<%= count %>
<%= order_item.item_name %>
@@ -247,7 +247,7 @@
<%
- end
+ # end
end
end
end
diff --git a/app/views/origami/sales/show.html.erb b/app/views/origami/sales/show.html.erb
index 7c008977..0eaabce1 100755
--- a/app/views/origami/sales/show.html.erb
+++ b/app/views/origami/sales/show.html.erb
@@ -109,7 +109,7 @@