rm path routing misstakes

This commit is contained in:
MaxBUhe 2020-05-18 15:08:17 +02:00 committed by Daniel Seifert
parent 0e8737750c
commit 64988576c8
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F

View File

@ -7,19 +7,19 @@
<page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new"> <page backtop="30mm" backbottom="30mm" backleft="10mm" backright="10mm" pageset="new">
<page_header> <page_header>
[{block name="pdfTopingFile"}] [{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}]
</page_header> </page_header>
<page_footer> <page_footer>
[{block name="pdfFooterFile"}] [{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}] [{/block}]
</page_footer> </page_footer>
[{* +++++ main page part +++++ *}] [{* +++++ main page part +++++ *}]
[{block name="pdfHeadingFile"}] [{block name="pdfHeadingFile"}]
[{block name="pdfHeaderFile"}] [{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}]
[{/block}] [{/block}]
[{* +++++Artikeltabelle+++++*}] [{* +++++Artikeltabelle+++++*}]
@ -81,7 +81,7 @@
</table> </table>
[{/block}] [{/block}]
[{block name="pdfPastThankFile"}] [{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}] [{/block}]
</nobreak> </nobreak>
</page> </page>