Included subject on document generation

This commit is contained in:
Patrick Fic
2021-02-25 15:57:45 -08:00
parent efa4a3f42b
commit c9fb2bc074
6 changed files with 17 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ export function PrintCenterItemComponent({
name: item.key,
variables: { id: id },
},
{ to: context.job && context.job.ownr_ea },
{ to: context.job && context.job.ownr_ea, subject: item.subject },
"e"
);
}}