opps forgot the new vars for billing and technical under contact details

This commit is contained in:
johnnyq 2023-01-25 17:05:59 -05:00
parent 977a9d31dd
commit 2c147e65ad
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ if (isset($_GET['contact_id'])) {
$contact_initials = initials($contact_name);
$contact_notes = htmlentities($row['contact_notes']);
$contact_important = intval($row['contact_important']);
$contact_billing = intval($row['contact_billing']);
$contact_technical = intval($row['contact_technical']);
$contact_created_at = $row['contact_created_at'];
if ($contact_id == $primary_contact) {
$primary_contact_display = "<small class='text-success'>Primary Contact</small>";