Skip to content

Commit

Permalink
RotherOSS#2334 Fixed typo in TicketManagement.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
wetzf authored Jun 7, 2023
1 parent 83fb2ba commit ecca959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ sub PrepareRequest {
my $GetDynamicFields = ( IsArrayRefWithData( $Search->{DynamicField} ) || IsArrayRefWithData( $Store->{DynamicField} ) ) ? 1 : 0;
my %Ticket = $TicketObject->TicketGet(
TicketID => $Param{Data}->{TicketID},
DynamicField => $GetDynamicFields,
DynamicFields => $GetDynamicFields,
);

# Nothing to do when the updated ticket is gone.
Expand Down

0 comments on commit ecca959

Please sign in to comment.