Skip to content

Commit

Permalink
Issue #3163: Removed mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Mar 12, 2024
1 parent 4fd61ef commit 3ba0c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Modules/AgentTicketActionCommon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ sub Run {
if ( $Config->{State} ) {
$GetParam{NextStateID} = $Ticket{StateID} // '';
}
if ( $Config->{Priority} || $Self->{Action} eq 'AgentTicketPriority' ) {
if ( $Config->{Priority} ) {
$GetParam{PriorityID} = $Ticket{PriorityID} // '';
}

Expand Down

0 comments on commit 3ba0c19

Please sign in to comment.