change query for report

This commit is contained in:
phyusin
2018-08-30 17:45:51 +06:30
parent 78da662a57
commit aeb729c8f4
3 changed files with 14 additions and 4 deletions

View File

@@ -24,6 +24,8 @@ App.order_reservation = App.cable.subscriptions.create('OrderReservationChannel'
delivery_type = "DELIVERY";
}else if(value.provider == "pick_up"){
delivery_type = "PICK-UP";
}else if(value.provider == "turbo"){
delivery_type = "TURBO";
}else{
delivery_type = "DIRECT DELIVERY";
}