Merge branch 'master' of github.com:itflow-org/itflow

This commit is contained in:
johnnyq 2023-06-03 20:13:37 -04:00
commit 4e075b9762
1 changed files with 2 additions and 2 deletions

View File

@ -170,13 +170,13 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<label>software</label> <label>Software</label>
<div class="input-group"> <div class="input-group">
<div class="input-group-prepend"> <div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-box"></i></span> <span class="input-group-text"><i class="fa fa-fw fa-box"></i></span>
</div> </div>
<select class="form-control select2" name="software"> <select class="form-control select2" name="software">
<option value="">- software -</option> <option value="">- Software -</option>
<?php <?php
$sql = mysqli_query($mysqli, "SELECT * FROM software WHERE software_client_id = $client_id ORDER BY software_name ASC"); $sql = mysqli_query($mysqli, "SELECT * FROM software WHERE software_client_id = $client_id ORDER BY software_name ASC");