mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 20:34:51 +00:00
Merge pull request #247 from aftechro/patch-1
Update client_contacts.php
This commit is contained in:
@@ -125,9 +125,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|||||||
$contact_notes = $row['contact_notes'];
|
$contact_notes = $row['contact_notes'];
|
||||||
$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 = "<p class='text-success'>Primary Contact</p>";
|
$primary_contact_display = "<small class='text-success'>Primary Contact</small>";
|
||||||
}else{
|
}else{
|
||||||
$primary_contact_display = "";
|
$primary_contact_display = "<small class='text-danger'>Needs approval</small>";
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user