Ticket update behaviour - Default to internal update when contact email matches the agent email
This commit is contained in:
+1
-1
@@ -326,7 +326,7 @@ if (isset($_GET['ticket_id'])) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php if(!empty($contact_email)){ ?>
|
||||
<?php if(!empty($contact_email && $contact_email !== $session_email)){ ?>
|
||||
|
||||
<div class="col-md-2">
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user