Merge branch 'discount' of bitbucket.org:code2lab/sxrestaurant

This commit is contained in:
Yan
2017-06-23 17:51:46 +06:30
16 changed files with 183 additions and 69 deletions

View File

@@ -190,7 +190,7 @@
</tr>
<tr>
<td class="charges-name"><strong>Discount:</strong></td>
<td class="item-attr"><strong id="order-discount">(<%=@selected_item.total_discount rescue 0%>)</strong></td>
<td class="item-attr"><strong id="order-discount">(<%=@obj.total_discount rescue 0%>)</strong></td>
</tr>
<% if @status == "sale" %>
<tr>