Cleaned up empty vars and tags in Vendors listing add edit post

This commit is contained in:
johnny@pittpc.com
2021-02-03 18:31:01 -05:00
parent b7e4cab83a
commit 11f9f82f6d
5 changed files with 60 additions and 37 deletions

View File

@@ -215,15 +215,14 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="post.php?delete_client=<?php echo $client_id; ?>">Delete</a>
</div>
</div>
<?php include("edit_client_modal.php"); ?>
</div>
</td>
</tr>
<?php
include("edit_client_modal.php");
}
?>