add to existing order
This commit is contained in:
@@ -155,6 +155,7 @@
|
||||
<div class="col-lg-1 col-md-1 col-sm-1">
|
||||
<!-- Waiter Buttons -->
|
||||
<button type="button" class="btn btn-block btn-lg bg-default waves-effect" id='back'><i class="material-icons">reply</i>Back</button>
|
||||
<button type="button" id="add_order" class="btn btn-block bg-blue waves-effect"><%= t("views.btn.add") %> <%= t("views.right_panel.detail.order") %></button>
|
||||
<button type="button" class="btn btn-danger btn- action-btn" id='cancel_all_void'>Cancel All Void</button>
|
||||
<button type="button" class="btn btn-block btn-lg bg-blue waves-effect" id='apply'>Apply</button>
|
||||
</div>
|
||||
@@ -421,7 +422,7 @@ var access_code = localStorage.getItem("access_code");
|
||||
}
|
||||
}
|
||||
|
||||
function checkPrice(obj_value,sale_item_id) {
|
||||
|
||||
}
|
||||
$('#add_order').on('click', function () {
|
||||
window.location.href = '/foodcourt/food_court?sale_id=<%=@saleobj.sale_id %>';
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user