From eb62dacc2a7b239ac75950cfec5527d6af7497f4 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Mon, 25 Jan 2021 22:17:36 -0500 Subject: [PATCH] Fixed Roundtrip icon displaying even though a trip wasnt a round trip --- client_trips.php | 6 ++++-- trips.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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); - +