mirror of
https://github.com/itflow-org/itflow
synced 2026-03-18 03:34:50 +00:00
Removed Unused vendor_template_id
This commit is contained in:
@@ -100,6 +100,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|||||||
$vendor_sla = htmlentities($row['vendor_sla']);
|
$vendor_sla = htmlentities($row['vendor_sla']);
|
||||||
$vendor_code = htmlentities($row['vendor_code']);
|
$vendor_code = htmlentities($row['vendor_code']);
|
||||||
$vendor_notes = htmlentities($row['vendor_notes']);
|
$vendor_notes = htmlentities($row['vendor_notes']);
|
||||||
|
$vendor_template = intval($row['vendor_template']);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -114,7 +114,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|||||||
$vendor_sla = htmlentities($row['vendor_sla']);
|
$vendor_sla = htmlentities($row['vendor_sla']);
|
||||||
$vendor_code = htmlentities($row['vendor_code']);
|
$vendor_code = htmlentities($row['vendor_code']);
|
||||||
$vendor_notes = htmlentities($row['vendor_notes']);
|
$vendor_notes = htmlentities($row['vendor_notes']);
|
||||||
$vendor_template_id = $row['vendor_template_id'];
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -120,7 +120,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|||||||
$vendor_sla = htmlentities($row['vendor_sla']);
|
$vendor_sla = htmlentities($row['vendor_sla']);
|
||||||
$vendor_code = htmlentities($row['vendor_code']);
|
$vendor_code = htmlentities($row['vendor_code']);
|
||||||
$vendor_notes = htmlentities($row['vendor_notes']);
|
$vendor_notes = htmlentities($row['vendor_notes']);
|
||||||
$vendor_template_id = $row['vendor_template_id'];
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user