mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Clean up Logic for Client Add and Client Edit Modals, same for trip add copy edit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user