diff --git a/source/modules/d3/pdfdocuments/src/Application/views/tpl/deliverynote/deliverynote.tpl b/source/modules/d3/pdfdocuments/src/Application/views/tpl/deliverynote/deliverynote.tpl
index 3da79bd..00c4b3c 100644
--- a/source/modules/d3/pdfdocuments/src/Application/views/tpl/deliverynote/deliverynote.tpl
+++ b/source/modules/d3/pdfdocuments/src/Application/views/tpl/deliverynote/deliverynote.tpl
@@ -2,25 +2,25 @@
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
[{block name="pdfTopingFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/deliveryNote/includingFiles/pdfToping.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/deliveryNote/includingFiles/pdfToping.tpl')}]
[{/block}]
[{block name="pdfFooterFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/deliveryNote/includingFiles/pdfFooter.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/deliveryNote/includingFiles/pdfFooter.tpl')}]
[{/block}]
[{* +++++ main page part +++++ *}]
[{block name="pdfHeadingFile"}]
[{block name="pdfHeaderFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/deliveryNote/includingFiles/pdfHeader.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/deliveryNote/includingFiles/pdfHeader.tpl')}]
[{/block}]
[{/block}]
[{* +++++Artikeltabelle+++++*}]
@@ -85,7 +85,7 @@
*}]
[{/block}]
[{block name="pdfPastThankFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/deliveryNote/includingFiles/pdfPastThank.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/deliveryNote/includingFiles/pdfPastThank.tpl')}]
[{/block}]
\ No newline at end of file
diff --git a/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoice/invoice.tpl b/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoice/invoice.tpl
index 01eff17..ec4cca3 100644
--- a/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoice/invoice.tpl
+++ b/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoice/invoice.tpl
@@ -2,24 +2,24 @@
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
[{block name="pdfTopingFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfTopping.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoice/includingFiles/pdfTopping.tpl')}]
[{/block}]
[{block name="pdfFooterFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/includingFiles/pdfFooter.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/includingFiles/pdfFooter.tpl')}]
[{/block}]
[{* +++++ main page part +++++ *}]
[{block name="pdfHeadingFile"}]
[{block name="pdfHeaderFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfHeader.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoice/includingFiles/pdfHeader.tpl')}]
[{/block}]
[{/block}]
[{* +++++Artikeltabelle+++++*}]
@@ -81,7 +81,7 @@
[{/block}]
[{block name="pdfPastThankFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfPastThank.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoice/includingFiles/pdfPastThank.tpl')}]
[{/block}]
\ No newline at end of file
diff --git a/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoiceCorrection/deliverynote.tpl b/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoiceCorrection/deliverynote.tpl
index 5da9d06..b587430 100644
--- a/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoiceCorrection/deliverynote.tpl
+++ b/source/modules/d3/pdfdocuments/src/Application/views/tpl/invoiceCorrection/deliverynote.tpl
@@ -2,25 +2,25 @@
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
[{block name="pdfTopingFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfToping.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfToping.tpl')}]
[{/block}]
[{block name="pdfFooterFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfFooter.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfFooter.tpl')}]
[{/block}]
[{* +++++ main page part +++++ *}]
[{block name="pdfHeadingFile"}]
[{block name="pdfHeaderFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfHeader.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/invoiceCorrection/includingFiles/pdfHeader.tpl')}]
[{/block}]
[{/block}]
[{* +++++Artikeltabelle+++++*}]
diff --git a/source/modules/d3/pdfdocuments/src/Application/views/tpl/offers/deliverynote.tpl b/source/modules/d3/pdfdocuments/src/Application/views/tpl/offers/deliverynote.tpl
index 386a17f..68999f8 100644
--- a/source/modules/d3/pdfdocuments/src/Application/views/tpl/offers/deliverynote.tpl
+++ b/source/modules/d3/pdfdocuments/src/Application/views/tpl/offers/deliverynote.tpl
@@ -2,24 +2,24 @@
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
[{block name="pdfTopingFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/offers/includingFiles/pdfToping.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/offers/includingFiles/pdfToping.tpl')}]
[{/block}]
[{block name="pdfFooterFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/offers/includingFiles/pdfFooter.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/offers/includingFiles/pdfFooter.tpl')}]
[{/block}]
[{* +++++ main page part +++++ *}]
[{block name="pdfHeaderFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/offers/includingFiles/pdfHeader.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/offers/includingFiles/pdfHeader.tpl')}]
[{/block}]
[{* +++++Artikeltabelle+++++*}]
[{block name="articleListing"}]
@@ -80,7 +80,7 @@
[{/block}]
[{block name="pdfPastThankFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/offers/includingFiles/pdfPastThank.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/offers/includingFiles/pdfPastThank.tpl')}]
[{/block}]
\ No newline at end of file
diff --git a/source/modules/d3/pdfdocuments/src/Application/views/tpl/orderConfirmation/deliverynote.tpl b/source/modules/d3/pdfdocuments/src/Application/views/tpl/orderConfirmation/deliverynote.tpl
index d572986..1db0460 100644
--- a/source/modules/d3/pdfdocuments/src/Application/views/tpl/orderConfirmation/deliverynote.tpl
+++ b/source/modules/d3/pdfdocuments/src/Application/views/tpl/orderConfirmation/deliverynote.tpl
@@ -2,24 +2,24 @@
[{assign var= deliveryPrice value= $order->getOrderDeliveryPrice()}]
[{block name="pdfTopingFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/orderConfirmation/includingFiles/pdfToping.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/orderConfirmation/includingFiles/pdfToping.tpl')}]
[{/block}]
[{block name="pdfFooterFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/orderConfirmation/includingFiles/pdfFooter.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/orderConfirmation/includingFiles/pdfFooter.tpl')}]
[{/block}]
[{* +++++ main page part +++++ *}]
[{block name="pdfHeadingFile"}]
[{block name="pdfHeaderFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/orderConfirmation/includingFiles/pdfHeader.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/orderConfirmation/includingFiles/pdfHeader.tpl')}]
[{/block}]
[{/block}]
[{* +++++Artikeltabelle+++++*}]
@@ -81,7 +81,7 @@
[{/block}]
[{block name="pdfPastThankFile"}]
- [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/orderConfirmation/includingFiles/pdfPastThank.tpl')}]
+ [{include file=$oViewConf->getModulePath('pdfDocuments', 'Application/views/tpl/orderConfirmation/includingFiles/pdfPastThank.tpl')}]
[{/block}]
\ No newline at end of file