change js func:
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user