food court and Booking ID for order and receipt
This commit is contained in:
@@ -429,7 +429,7 @@ var cashier_type = "<%= @cashier_type %>";
|
||||
var table_type = $('#table_type').val();
|
||||
var table_id = $('#table_id').val();
|
||||
|
||||
if (cashier_type == "quick_service") {
|
||||
if (cashier_type == "quick_service" || cashier_type == "food_court") {
|
||||
window.location.href = '/origami/sale/<%= @id %>/<%= @cashier_type %>/payment/';
|
||||
}else{
|
||||
if(table_type == "Table"){
|
||||
|
||||
Reference in New Issue
Block a user