Resolve third party payer template issue.

This commit is contained in:
Patrick Fic
2022-04-14 10:23:09 -07:00
parent 274b572915
commit e31a7eb65f
3 changed files with 4 additions and 3 deletions

View File

@@ -49,11 +49,11 @@ export function Jobd3RdPartyModal({ bodyshop, jobId }) {
GenerateDocument(
{
name: TemplateList("job_special").thirdpartypayer.key,
name: TemplateList("job_special").special_thirdpartypayer.key,
variables: { id: jobId },
context: restVals,
},
{ subject: TemplateList("job_special").thirdpartypayer.subject },
{ subject: TemplateList("job_special").special_thirdpartypayer.subject },
sendtype
);
};