mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
opps forgot the new vars for billing and technical under contact details
This commit is contained in:
@@ -21,6 +21,8 @@ if (isset($_GET['contact_id'])) {
|
|||||||
$contact_initials = initials($contact_name);
|
$contact_initials = initials($contact_name);
|
||||||
$contact_notes = htmlentities($row['contact_notes']);
|
$contact_notes = htmlentities($row['contact_notes']);
|
||||||
$contact_important = intval($row['contact_important']);
|
$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'];
|
$contact_created_at = $row['contact_created_at'];
|
||||||
if ($contact_id == $primary_contact) {
|
if ($contact_id == $primary_contact) {
|
||||||
$primary_contact_display = "<small class='text-success'>Primary Contact</small>";
|
$primary_contact_display = "<small class='text-success'>Primary Contact</small>";
|
||||||
|
|||||||
Reference in New Issue
Block a user