update survey
This commit is contained in:
@@ -402,11 +402,11 @@
|
||||
if (sale) {
|
||||
var sale_id = sale
|
||||
} else {
|
||||
var sale_id = $('#save_order_id').attr('data-order');
|
||||
var sale_id = $('.tables').attr("data-id");;
|
||||
}
|
||||
var table_id = $('.tables').attr("data-id");
|
||||
//var table_id = $('.tables').attr("data-id");
|
||||
|
||||
window.location.href = '/origami/' + sale_id + "/survey"
|
||||
window.location.href = '/origami/' + sale_id + "/surveys"
|
||||
});
|
||||
|
||||
// bind customer to order or sale
|
||||
|
||||
Reference in New Issue
Block a user