diff --git a/application/views/mobile_first/ch-visa-free-tester.php b/application/views/mobile_first/ch-visa-free-tester.php index f65f9701..4fed76ef 100644 --- a/application/views/mobile_first/ch-visa-free-tester.php +++ b/application/views/mobile_first/ch-visa-free-tester.php @@ -1187,12 +1187,12 @@ ready(el => { const indexOf72 = selectedOption.getAttribute('data-hour').indexOf('72'); const indexOf144 = selectedOption.getAttribute('data-hour').indexOf('144'); - if (diffInDays < 1 || diffInDays > 2 || indexOf72 == -1) { + if (diffInDays < 1 || diffInDays > 3 || indexOf72 == -1) { visa72hours = false; error_72hours.show(); } - if (diffInDays < 1 || diffInDays > 7 || indexOf144 == -1) { + if (diffInDays < 1 || diffInDays > 6 || indexOf144 == -1) { visa144hours = false; error_72hours.show(); }