First I made the solution of Alex and then made comment these codes frontend_book.js file :
/*$.each(GlobalVariables.availableServices, function (index, service) {
servicePrice = '<br>' + service.price;
serviceCurrency = service.currency;
return false; // break loop
}
});*/
var html =
'<h4>' + $('#select-service option:selected').text() + '</h4>' +
'<p>'
+ '<strong class="text-primary">'
+ $('#select-provider option:selected').text() + '<br>'
+ selectedDate + ' ' + $('.selected-hour').text()
//+ servicePrice + ' ' + serviceCurrency
+ '</strong>' +
'</p>';