Typo Fixed

This commit is contained in:
Johnny 2020-12-17 18:12:22 -05:00
parent 7273c42e5a
commit 78ef465b84
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ $total_pages = ceil($total_found_rows / 10);
<td><?php echo $asset_make; ?></td>
<td><?php echo $asset_model; ?></td>
<td><?php echo $asset_serial; ?></td>
<tc><?php echo $contact_name; ?></tc>
<td><?php echo $contact_name; ?></td>
</tr>
<?php include("edit_asset_modal.php"); ?>
<?php