Vendors

"> Archived

"> Account #: $vendor_account_number"; } else { $vendor_account_number_display = ''; } $vendor_contact_name = nullable_htmlentities($row['vendor_contact_name']); if ($vendor_contact_name) { $vendor_contact_name_display = $vendor_contact_name; } else { $vendor_contact_name_display = "-"; } $vendor_phone = formatPhoneNumber($row['vendor_phone']); $vendor_extension = nullable_htmlentities($row['vendor_extension']); $vendor_email = nullable_htmlentities($row['vendor_email']); $vendor_website = nullable_htmlentities($row['vendor_website']); if ($vendor_website) { $vendor_website_display = "$vendor_website "; } else { $vendor_website_display = "-"; } $vendor_hours = nullable_htmlentities($row['vendor_hours']); $vendor_sla = nullable_htmlentities($row['vendor_sla']); $vendor_code = nullable_htmlentities($row['vendor_code']); $vendor_notes = nullable_htmlentities($row['vendor_notes']); $vendor_created_at = nullable_htmlentities($row['vendor_created_at']); $vendor_archived_at = nullable_htmlentities($row['vendor_archived_at']); $vendor_template_id = intval($row['vendor_template_id']); ?>
Vendor Description Contact Website Action