diff --git a/webht/third_party/vendorPlanSync/libraries/trippest.php b/webht/third_party/vendorPlanSync/libraries/trippest.php index 876ba2cd..e566e32e 100644 --- a/webht/third_party/vendorPlanSync/libraries/trippest.php +++ b/webht/third_party/vendorPlanSync/libraries/trippest.php @@ -92,7 +92,7 @@ class Trippest public function if_tour_pvt($all_pag_info) { $tour_pvt_arr = array_filter(array_map(function($pag) { - if(intval($pag->PAG_ExtendType)===39009) + if(intval($pag->PAG_ExtendType)===39009 && !in_array(intval($pag->PAG_Type), array(35003,35007))) { return 1; } else if (stripos($pag->PAG_Title,"PVT") !== false) {