Skip to content

Commit

Permalink
Allow request bodys to use DynamicField tags
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeb committed Sep 3, 2015
1 parent 90295c4 commit 2cf7a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Kernel/System/Survey/Request.pm
Expand Up @@ -158,7 +158,8 @@ sub RequestSend {

# ticket data
my %Ticket = $TicketObject->TicketGet(
TicketID => $Param{TicketID},
TicketID => $Param{TicketID},
DynamicFields => 1,
);

# check if ticket is in a send queue
Expand Down

0 comments on commit 2cf7a9d

Please sign in to comment.