mirror of https://github.com/itflow-org/itflow
opps forgot the new vars for billing and technical under contact details
This commit is contained in:
parent
977a9d31dd
commit
2c147e65ad
|
|
@ -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>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue