From 73a93e3b293cadb9030f4efa29c8c778c917ee98 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Mon, 25 Jan 2021 22:21:41 -0500 Subject: [PATCH] Fixed edit trip where roundtrip could not be selected as it shared the same checkbox id as copy round trip --- add_trip_copy_modal.php | 2 +- edit_trip_modal.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/add_trip_copy_modal.php b/add_trip_copy_modal.php index 1487096b..4606e7ee 100644 --- a/add_trip_copy_modal.php +++ b/add_trip_copy_modal.php @@ -75,7 +75,7 @@
class="custom-control-input" id="customControlAutosizing" name="roundtrip" value="1" > - +
diff --git a/edit_trip_modal.php b/edit_trip_modal.php index 05bf2cd2..e0addfbf 100644 --- a/edit_trip_modal.php +++ b/edit_trip_modal.php @@ -76,7 +76,7 @@
class="custom-control-input" id="customControlAutosizing" name="roundtrip" value="1" > - +