add new delivery type for turbo
This commit is contained in:
@@ -381,6 +381,9 @@ function show_order_detail(url,sr_no){
|
||||
}else if(delivery.provider == "pick_up"){
|
||||
$("#delivery_info").text("(PICK-UP)");
|
||||
$("#delivery_to").text("PICK-UP");
|
||||
}else if(delivery.provider == "turbo"){
|
||||
$("#delivery_info").text("(TURBO)");
|
||||
$("#delivery_to").text("TURBO");
|
||||
}else{
|
||||
$("#delivery_info").text("(DIRECT DELIVERY)");
|
||||
$("#delivery_to").text("DIRECT DELIVERY");
|
||||
|
||||
Reference in New Issue
Block a user