ssSudan Nil Frontend + extra Days + price in booking form - export + mail

git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3483 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
adametz 2019-01-03 11:28:54 +00:00
parent b28c7db598
commit 98bd71c760
22 changed files with 2186 additions and 32 deletions

View file

@ -11,6 +11,13 @@ $(document).ready(function() {
var roomChildCountDR$ = $('#booking_request_doubleRoomChildCount');
var roomChildCountTR$ = $('#booking_request_tripleRoomChildCount');
var extraBookingDaysBefore$ = $('#booking_request_extraBookingDaysBefore');
var extraBookingDaysAfter$ = $('#booking_request_extraBookingDaysAfter');
/*
extraBookingDaysBefore
extraBookingDaysAfter
*/
//var travelersIndices = $('.st-traveller-index');
@ -26,7 +33,6 @@ $(document).ready(function() {
{
url += '?'+ tmp[1];
}
$.ajax({
url: url,
type: 'post',