From 64988576c85b061a839484311f822571a3f512ae Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Mon, 18 May 2020 15:08:17 +0200 Subject: [PATCH] rm path routing misstakes --- .../src/Application/views/tpl/invoice/invoice.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 421cded..01eff17 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 @@ -7,19 +7,19 @@ [{block name="pdfTopingFile"}] - [{include file=$oViewConf('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfTopping.tpl')}] + [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfTopping.tpl')}] [{/block}] [{block name="pdfFooterFile"}] - [{include file=$oViewConf('d3invoicePdf', 'Application/views/tpl/includingFiles/pdfFooter.tpl')}] + [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/includingFiles/pdfFooter.tpl')}] [{/block}] [{* +++++ main page part +++++ *}] [{block name="pdfHeadingFile"}] [{block name="pdfHeaderFile"}] - [{include file=$oViewConf('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfHeader.tpl')}] + [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfHeader.tpl')}] [{/block}] [{/block}] [{* +++++Artikeltabelle+++++*}] @@ -81,7 +81,7 @@ [{/block}] [{block name="pdfPastThankFile"}] - [{include file=$oViewConf('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfPastThank.tpl')}]] + [{include file=$oViewConf->getModulePath('d3invoicePdf', 'Application/views/tpl/invoice/includingFiles/pdfPastThank.tpl')}] [{/block}] \ No newline at end of file