re-fixed for customer button

This commit is contained in:
Yan
2017-08-21 18:44:40 +06:30
parent 2b0dcd4ab9
commit 7a1668ca82
2 changed files with 3 additions and 3 deletions

View File

@@ -303,7 +303,6 @@
<!-- Waiter Buttons -->
<button type="button" class="btn btn-primary btn-block" id='back' >Back</button>
<% if @room.bookings.length >= 1 %>
<% if @status_order == 'order' && @status_sale != 'sale' %>
<!-- <button type="button" class="btn btn-primary btn-block" >Add Order</button> -->
<button type="button" id="customer" class="btn btn-primary btn-block" disabled>Customer</button>