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>
|
<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()">
|
<select class="form-control" id="ticket_type" name="ticket_type" required onchange="hideandshowpolicy()">
|
||||||
<option value="">Select Ticket Type</option>
|
<option value="">Select Ticket Type</option>
|
||||||
<!-- <option value="Sales" selected >Sales</option>
|
<option value="Sales" selected >Sales</option>
|
||||||
<option value="Service">Service</option> -->
|
<option value="Service">Service</option>
|
||||||
<option value="0">+ Add New</option>
|
<!-- <option value="0">+ Add New</option>
|
||||||
<?php if (!empty($ticket_type)): ?>
|
<?php if (!empty($ticket_type)): ?>
|
||||||
<?php foreach ($ticket_type as $t): ?>
|
<?php foreach ($ticket_type as $t): ?>
|
||||||
<option value="<?= esc($t['name']) ?>"
|
<option value="<?= esc($t['name']) ?>"
|
||||||
@ -368,7 +368,7 @@ table thead th {
|
|||||||
<?= esc($t['name']) ?>
|
<?= esc($t['name']) ?>
|
||||||
</option>
|
</option>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?> -->
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user