diff --git a/client_trips.php b/client_trips.php index 91d5cafe..154f8c24 100644 --- a/client_trips.php +++ b/client_trips.php @@ -106,7 +106,9 @@ $total_pages = ceil($total_found_rows / 10); $vendor_id = $row['vendor_id']; if($round_trip == 1){ - $round_tip_display = ""; + $round_trip_display = ""; + }else{ + $round_trip_display = ""; } ?> @@ -115,7 +117,7 @@ $total_pages = ceil($total_found_rows / 10); - +