Clean up Logic for Client Add and Client Edit Modals, same for trip add copy edit

This commit is contained in:
johnnyq
2023-11-08 13:34:58 -05:00
parent 40b6723fac
commit eb01e4b4d5
6 changed files with 135 additions and 135 deletions

View File

@@ -56,7 +56,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-arrow-right"></i></span>
</div>
<select class="form-control select2Tag" name="destination" required>
<select class="form-control select2" name="destination" data-tags="true" data-placeholder="- Select / Input Destination -" required>
<option><?php echo $trip_destination; ?></option>
<?php