Temporary diabled Bulk Ticket Merge in the Main Ticket view as it was not allowing a tech to be assigned from that view

This commit is contained in:
johnnyq
2024-08-25 22:49:54 -04:00
parent d05c5b7ca2
commit 27a9697542
2 changed files with 3 additions and 3 deletions

View File

@@ -544,7 +544,7 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']);
<?php require_once "ticket_bulk_assign_modal.php"; ?>
<?php require_once "ticket_bulk_edit_priority_modal.php"; ?>
<?php require_once "ticket_bulk_reply_modal.php"; ?>
<?php require_once "ticket_bulk_merge_modal.php"; ?>
<?php // 2024-08-25 JQ Disabled not able to change assignee require_once "ticket_bulk_merge_modal.php"; ?>
<?php require_once "ticket_bulk_resolve_modal.php"; ?>
</form>
<?php require_once "pagination.php"; ?>