Skip to content

Commit

Permalink
Fixed an issue where if you edited a trip under clients it would brea…
Browse files Browse the repository at this point in the history
…k the client relation with the trip
  • Loading branch information
johnnyq committed Oct 21, 2021
1 parent 0ec6b1e commit bbcec94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_trips.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
$trip_destination = $row['trip_destination'];
$trip_miles = $row['trip_miles'];
$round_trip = $row['round_trip'];
$client_id = $row['client_id'];
$client_id = $row['trip_client_id'];

if($round_trip == 1){
$round_trip_display = "<i class='fa fa-fw fa-sync-alt text-secondary'></i>";
Expand Down

0 comments on commit bbcec94

Please sign in to comment.