Skip to content

Commit

Permalink
add body on ticket log
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe GODOT committed Sep 18, 2023
1 parent ae2beb7 commit aa2565a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion front/ticketmail.form.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
));
$changes[0] = 0;
$changes[1] = $address;
$changes[2] = $subject;
$changes[2] = $subject.'<br/>'.$body;

Log::history($_POST['id'], 'Ticket', $changes, 'PluginTicketmailProfile', Log::HISTORY_PLUGIN + 1024);
Session::addMessageAfterRedirect(sprintf(__('An email was sent to %s'), $address));
}
Expand Down

0 comments on commit aa2565a

Please sign in to comment.