Skip to content

Commit

Permalink
Fix email confirmation for tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Rosenberg committed Oct 9, 2023
1 parent 982c7d6 commit 7e69a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/portal/apps/tickets/rtUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def create_ticket(self, attachments, subject, problem_description, requestor, cc
files=attachments,
Subject=subject,
Text=problem_description,
Requestors=requestor,
Requestor=requestor,
Cc=cc,
CF_resource=settings.RT_TAG)

Expand Down

0 comments on commit 7e69a37

Please sign in to comment.