mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fix Undefined index roundtrip when checkbox is not ticked by pre-defining value as 0
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
<div class="modal-body bg-white">
|
||||
<input type="hidden" name="trip_id" value="<?php echo $trip_id; ?>">
|
||||
<input type="hidden" name="roundtrip" value="0">
|
||||
|
||||
<div class="form-row">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user