Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into doemal_ordering
This commit is contained in:
@@ -73,6 +73,7 @@
|
|||||||
# Can't check for discount
|
# Can't check for discount
|
||||||
unless sale_item.price == 0
|
unless sale_item.price == 0
|
||||||
%>
|
%>
|
||||||
|
<% if sale_item.status.nil? %>
|
||||||
<tr id="sale_item" class="sale_item" data-sale-item="<%= sale_item.sale_item_id %>">
|
<tr id="sale_item" class="sale_item" data-sale-item="<%= sale_item.sale_item_id %>">
|
||||||
<td width="4%"><%= count %></td>
|
<td width="4%"><%= count %></td>
|
||||||
<td class='product_name' width="40%">
|
<td class='product_name' width="40%">
|
||||||
@@ -90,6 +91,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<%
|
<%
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
%>
|
%>
|
||||||
|
|||||||
Reference in New Issue
Block a user