use ticketnumber not ref/title/pinswg_name

This commit is contained in:
2025-08-12 07:20:17 +01:00
parent b808a34b14
commit 6fa2418b19
13 changed files with 80 additions and 47 deletions
@@ -65,7 +65,7 @@ const RepComplete = (props) => {
),
sendRepCompleteMessage(
props.props.props.props.accountDetails.containerID,
props.props.currentView.caseReference.currentReference,
props.props.currentView.caseReference.ticketnumber,
props.repFormData.repfile_name
),
sendEmail(templateId, emailAddress, personalisation, reference),