From 28730f32622cc802d227e7025f8023f2107e72bc Mon Sep 17 00:00:00 2001 From: joan Date: Tue, 14 Mar 2023 09:01:05 +0100 Subject: [PATCH] Attachment fixes --- .../email/incoterms-authorization/attachments.json | 6 ++++++ print/templates/email/letter-debtor-nd/attachments.json | 6 ++++++ print/templates/email/letter-debtor-st/attachments.json | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 print/templates/email/incoterms-authorization/attachments.json create mode 100644 print/templates/email/letter-debtor-nd/attachments.json create mode 100644 print/templates/email/letter-debtor-st/attachments.json diff --git a/print/templates/email/incoterms-authorization/attachments.json b/print/templates/email/incoterms-authorization/attachments.json new file mode 100644 index 000000000..9dfd945db --- /dev/null +++ b/print/templates/email/incoterms-authorization/attachments.json @@ -0,0 +1,6 @@ +[ + { + "filename": "incoterms-authorization.pdf", + "component": "incoterms-authorization" + } +] \ No newline at end of file diff --git a/print/templates/email/letter-debtor-nd/attachments.json b/print/templates/email/letter-debtor-nd/attachments.json new file mode 100644 index 000000000..1e21ea343 --- /dev/null +++ b/print/templates/email/letter-debtor-nd/attachments.json @@ -0,0 +1,6 @@ +[ + { + "filename": "letter-debtor.pdf", + "component": "letter-debtor" + } +] \ No newline at end of file diff --git a/print/templates/email/letter-debtor-st/attachments.json b/print/templates/email/letter-debtor-st/attachments.json new file mode 100644 index 000000000..1e21ea343 --- /dev/null +++ b/print/templates/email/letter-debtor-st/attachments.json @@ -0,0 +1,6 @@ +[ + { + "filename": "letter-debtor.pdf", + "component": "letter-debtor" + } +] \ No newline at end of file