Skip to content

Commit

Permalink
Add bulk merge ticket feature
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho committed Aug 25, 2024
1 parent c69655a commit f964d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post/ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@

mysqli_query($mysqli, "UPDATE tickets SET ticket_updated_at = NOW() WHERE ticket_id = $merge_into_ticket_id");

$_SESSION['alert_message'] = "Tickets merged into $ticket_prefix$merge_into_ticket_number";
$_SESSION['alert_message'] = "$ticket_count tickets merged into $ticket_prefix$merge_into_ticket_number";

header("Location: " . $_SERVER["HTTP_REFERER"]);

Expand Down

0 comments on commit f964d82

Please sign in to comment.