diff --git a/ajax/ajax_trip_copy.php b/ajax/ajax_trip_copy.php index 8200ebd1..8865b81b 100644 --- a/ajax/ajax_trip_copy.php +++ b/ajax/ajax_trip_copy.php @@ -16,7 +16,7 @@ $trip_user_id = intval($row['trip_user_id']); $trip_created_at = nullable_htmlentities($row['trip_created_at']); $trip_archived_at = nullable_htmlentities($row['trip_archived_at']); $round_trip = nullable_htmlentities($row['round_trip']); -$client_id = intval($row['client_id']); +$client_id = intval($row['trip_client_id']); // Generate the HTML form content using output buffering. ob_start(); diff --git a/ajax/ajax_trip_edit.php b/ajax/ajax_trip_edit.php index f3abf2a7..352f47dc 100644 --- a/ajax/ajax_trip_edit.php +++ b/ajax/ajax_trip_edit.php @@ -16,7 +16,7 @@ $trip_user_id = intval($row['trip_user_id']); $trip_created_at = nullable_htmlentities($row['trip_created_at']); $trip_archived_at = nullable_htmlentities($row['trip_archived_at']); $round_trip = nullable_htmlentities($row['round_trip']); -$client_id = intval($row['client_id']); +$client_id = intval($row['trip_client_id']); // Generate the HTML form content using output buffering. ob_start(); diff --git a/client_trips.php b/client_trips.php deleted file mode 100644 index d37e0d71..00000000 --- a/client_trips.php +++ /dev/null @@ -1,195 +0,0 @@ - - -
| - - Date - - | -- - Driver - - | -- - Purpose - - | -- - From - - | -- - To - - | -- - Miles - - | -Action | -
|---|---|---|---|---|---|---|
| - - - - | -- | - | - | - | - |
-
-
-
-
- |
-
Trips diff --git a/modals/client_trip_export_modal.php b/modals/client_trip_export_modal.php deleted file mode 100644 index ecf1114c..00000000 --- a/modals/client_trip_export_modal.php +++ /dev/null @@ -1,22 +0,0 @@ -