check and fixed SQA feedback
This commit is contained in:
@@ -708,7 +708,7 @@ var customer_name = "<%= @customer.name %>";
|
||||
var sale_id = $('#dining').text();
|
||||
}
|
||||
//var table_id = $('.tables').attr("data-id");
|
||||
window.location.href = '/origami/' + sale_id +"/"+ cashier_type + "/surveys"
|
||||
window.location.href = '/origami/' + sale_id +"/"+ cashier_type + "/surveys";
|
||||
});
|
||||
|
||||
// bind customer to order or sale
|
||||
@@ -720,7 +720,7 @@ var customer_name = "<%= @customer.name %>";
|
||||
var sale_id = $('#save_order_id').attr('data-order');
|
||||
}
|
||||
var table_id = $('.tables').attr("data-id");
|
||||
window.location.href = '/origami/' + sale_id + "/"+cashier_type+"/customers"
|
||||
window.location.href = '/origami/' + sale_id + "/"+cashier_type+"/customers/payment";
|
||||
});
|
||||
|
||||
// Add Other Charges
|
||||
|
||||
Reference in New Issue
Block a user