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

@@ -48,7 +48,7 @@ export function Jobd3RdPartyModal({ bodyshop, jobId }) {
variables: { id: jobId },
context: restVals,
},
{},
{ subject: TemplateList("job_special").thirdpartypayer.subject },
sendtype
);
};