Updates to Vendors added additional fields such as PIN, Support Hours, SLA etc, removed Vendor Address details not really needed for vendors. Beginning works of Vendor Templates aka Global Vendors this will make it easy to update common vendors

This commit is contained in:
johnnyq
2022-10-14 21:48:24 -04:00
parent a20a939b21
commit 4b9ba0b3c1
8 changed files with 187 additions and 196 deletions

View File

@@ -85,11 +85,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$vendor_description_display = $vendor_description;
}
$vendor_account_number = $row['vendor_account_number'];
$vendor_country = $row['vendor_country'];
$vendor_address = $row['vendor_address'];
$vendor_city = $row['vendor_city'];
$vendor_state = $row['vendor_state'];
$vendor_zip = $row['vendor_zip'];
$vendor_contact_name = $row['vendor_contact_name'];
if(empty($vendor_contact_name)){
$vendor_contact_name_display = "-";
@@ -100,7 +95,11 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$vendor_extension = $row['vendor_extension'];
$vendor_email = $row['vendor_email'];
$vendor_website = $row['vendor_website'];
$vendor_hours = $row['vendor_hours'];
$vendor_sla = $row['vendor_sla'];
$vendor_code = $row['vendor_code'];
$vendor_notes = $row['vendor_notes'];
$vendor_template_id = $row['vendor_template_id'];
?>
<tr>