Skip to content

Commit

Permalink
Prevent error message 'MissingTicketID' of ArticleList in inbound pho…
Browse files Browse the repository at this point in the history
…ne call screen. (#346)

Co-authored-by: Jannis Kleinrensing <[email protected]>
Co-authored-by: Denny Korsukéwitz <[email protected]>
Co-authored-by: Niklas <[email protected]>
  • Loading branch information
4 people authored Feb 2, 2024
1 parent 1a9d935 commit fc6dc66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/Modules/AgentTicketPhoneCommon.pm
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ sub Run {
else {
# Use customer data as From, if possible.
my @MetaArticles = $ArticleObject->ArticleList(
TicketID => $Self->{TicketID},
SenderType => 'customer',
OnlyLast => 1,
);
Expand Down

0 comments on commit fc6dc66

Please sign in to comment.