Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into doemal_ordering

This commit is contained in:
EikhantMon
2018-06-27 13:56:33 +06:30

View File

@@ -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%">
@@ -92,6 +93,7 @@
<% <%
end end
end end
end
%> %>
</tbody> </tbody>
</table> </table>