mirror of
https://github.com/itflow-org/itflow
synced 2026-03-06 13:54:51 +00:00
Fixed an issue where if you edited a trip under clients it would break the client relation with the trip
This commit is contained in:
@@ -114,7 +114,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|||||||
$trip_destination = $row['trip_destination'];
|
$trip_destination = $row['trip_destination'];
|
||||||
$trip_miles = $row['trip_miles'];
|
$trip_miles = $row['trip_miles'];
|
||||||
$round_trip = $row['round_trip'];
|
$round_trip = $row['round_trip'];
|
||||||
$client_id = $row['client_id'];
|
$client_id = $row['trip_client_id'];
|
||||||
|
|
||||||
if($round_trip == 1){
|
if($round_trip == 1){
|
||||||
$round_trip_display = "<i class='fa fa-fw fa-sync-alt text-secondary'></i>";
|
$round_trip_display = "<i class='fa fa-fw fa-sync-alt text-secondary'></i>";
|
||||||
|
|||||||
Reference in New Issue
Block a user