Update client_software_add_from_template_modal.php
Tidy
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<option value="">- Select Template -</option>
|
<option value="">- Select Template -</option>
|
||||||
<?php
|
<?php
|
||||||
$sql_software_templates = mysqli_query($mysqli, "SELECT * FROM software WHERE software_template = 1 AND software_archived_at IS NULL ORDER BY software_name ASC");
|
$sql_software_templates = mysqli_query($mysqli, "SELECT * FROM software WHERE software_template = 1 AND software_archived_at IS NULL ORDER BY software_name ASC");
|
||||||
while($row = mysqli_fetch_array($sql_software_templates)){
|
while ($row = mysqli_fetch_array($sql_software_templates)) {
|
||||||
$software_template_id = intval($row['software_id']);
|
$software_template_id = intval($row['software_id']);
|
||||||
$software_template_name = nullable_htmlentities($row['software_name']);
|
$software_template_name = nullable_htmlentities($row['software_name']);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user