change js func:

This commit is contained in:
phyusin
2018-06-04 13:46:26 +06:30
parent 5ad58f5095
commit 6ee8192cde
3 changed files with 16 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ App.order_reservation = App.cable.subscriptions.create('OrderReservationChannel'
if(key==0){
var order_id = value.order_reservation_id;
var sr_no = rowCount;
var url = "order_reservation/get_order/"+order_id;
var url = "/origami/order_reservation/get_order/"+order_id;
if (typeof show_order_detail !== 'undefined' && $.isFunction(show_order_detail)) {
show_order_detail(url,sr_no);
}