mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 21:34:51 +00:00
Ticket update behaviour - Default to internal update when contact email matches the agent email
This commit is contained in:
@@ -326,7 +326,7 @@ if (isset($_GET['ticket_id'])) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if(!empty($contact_email)){ ?>
|
<?php if(!empty($contact_email && $contact_email !== $session_email)){ ?>
|
||||||
|
|
||||||
<div class="col-md-2">
|
<div class="col-md-2">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user