FIX_TicketType
This commit is contained in:
parent
44a8af4e2e
commit
637542eaf1
@ -358,9 +358,9 @@ table thead th {
|
||||
<label for="ticket_type">Ticket Type<span class="text-danger">*</span></label>
|
||||
<select class="form-control" id="ticket_type" name="ticket_type" required onchange="hideandshowpolicy()">
|
||||
<option value="">Select Ticket Type</option>
|
||||
<!-- <option value="Sales" selected >Sales</option>
|
||||
<option value="Service">Service</option> -->
|
||||
<option value="0">+ Add New</option>
|
||||
<option value="Sales" selected >Sales</option>
|
||||
<option value="Service">Service</option>
|
||||
<!-- <option value="0">+ Add New</option>
|
||||
<?php if (!empty($ticket_type)): ?>
|
||||
<?php foreach ($ticket_type as $t): ?>
|
||||
<option value="<?= esc($t['name']) ?>"
|
||||
@ -368,7 +368,7 @@ table thead th {
|
||||
<?= esc($t['name']) ?>
|
||||
</option>
|
||||
<?php endforeach; ?>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?> -->
|
||||
</select>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user