Resolve email PDFs not generating header.

This commit is contained in:
Patrick Fic
2022-06-08 09:37:48 -07:00
parent 77cbbef085
commit b36b4cb213
2 changed files with 27 additions and 3 deletions

View File

@@ -139,7 +139,9 @@ export function EmailOverlayComponent({
</Form.Item>
<Divider>{t("emails.labels.preview")}</Divider>
<strong>{t("emails.labels.pdfcopywillbeattached")}</strong>
{bodyshop.attach_pdf_to_email && (
<strong>{t("emails.labels.pdfcopywillbeattached")}</strong>
)}
<Form.Item shouldUpdate>
{() => {