Merged Files Vendors with Client Vendors seperated them with some header logic

This commit is contained in:
johnnyq
2025-02-19 14:18:16 -05:00
parent d228c30b03
commit 19daa289b2
6 changed files with 181 additions and 392 deletions

View File

@@ -281,7 +281,7 @@ if (isset($_GET['query'])) {
<td><a href="vendors.php?q=<?php echo $q ?>"><?php echo $vendor_name; ?></a></td>
<td><?php echo $vendor_description; ?></td>
<td><?php echo $vendor_phone; ?></td>
<td><a href="client_vendors.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
<td><a href="vendors.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a></td>
</tr>
<?php } ?>