add new delivery type for turbo

This commit is contained in:
phyusin
2018-08-30 17:04:32 +06:30
parent fef6a4ccd0
commit 78da662a57
9 changed files with 30 additions and 7 deletions

View File

@@ -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");