mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Fix issue when updating contact notes via contact details it overwrite every contacts notes more logging and alerting
This commit is contained in:
@@ -251,6 +251,7 @@ if (isset($_GET['ticket_id'])) {
|
||||
<?php if ($ticket_status != "Closed") { ?>
|
||||
<form class="mb-3" action="post.php" method="post" autocomplete="off">
|
||||
<input type="hidden" name="ticket_id" id="ticket_id" value="<?php echo $ticket_id; ?>">
|
||||
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
|
||||
<div class="form-group">
|
||||
<textarea class="form-control summernote" name="ticket_reply" required></textarea>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user