mirror of
https://github.com/itflow-org/itflow
synced 2026-08-22 23:45:11 +00:00
Fix vendor modal link in service details
This commit is contained in:
@@ -223,7 +223,7 @@ ob_start();
|
|||||||
while ($row = mysqli_fetch_assoc($sql_vendors)) {
|
while ($row = mysqli_fetch_assoc($sql_vendors)) {
|
||||||
$vendor_id = intval($row['vendor_id']);
|
$vendor_id = intval($row['vendor_id']);
|
||||||
$vendor_name = escapeHtml($row['vendor_name']);
|
$vendor_name = escapeHtml($row['vendor_name']);
|
||||||
echo "<li><a class='ajax-modal' href='#' data-modal-size='lg' data-modal-url='modals/vendor/vendor_details.php?id=$vendor_id'>$vendor_name</a></li>";
|
echo "<li><a class='ajax-modal' href='#' data-modal-size='lg' data-modal-url='modals/vendor/vendor.php?id=$vendor_id'>$vendor_name</a></li>";
|
||||||
}
|
}
|
||||||
echo "</ul>";
|
echo "</ul>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user