IO-557 Send documents in emails.
This commit is contained in:
@@ -97,7 +97,8 @@ export function ScheduleEventComponent({
|
||||
variables: { id: event.job.id },
|
||||
},
|
||||
{ to: event.job && event.job.ownr_ea, subject: Template.subject },
|
||||
"e"
|
||||
"e",
|
||||
event.job && event.job.id
|
||||
);
|
||||
}}
|
||||
disabled={event.arrived}
|
||||
|
||||
Reference in New Issue
Block a user