diff --git a/Application/Model/Documents/deliverynotePdf.php b/Application/Model/Documents/deliverynotePdf.php index 28c23cc..c6b692b 100644 --- a/Application/Model/Documents/deliverynotePdf.php +++ b/Application/Model/Documents/deliverynotePdf.php @@ -43,6 +43,6 @@ class deliverynotePdf extends pdfdocumentsOrder */ public function getTemplate() { - return '@d3PdfDocuments/admin/documents/deliverynote/deliverynote'; + return '@d3PdfDocuments/documents/deliverynote/deliverynote'; } } \ No newline at end of file diff --git a/Application/Model/Documents/deliverynotewithoutlogoPdf.php b/Application/Model/Documents/deliverynotewithoutlogoPdf.php index 45a3bf7..6ad8317 100644 --- a/Application/Model/Documents/deliverynotewithoutlogoPdf.php +++ b/Application/Model/Documents/deliverynotewithoutlogoPdf.php @@ -41,6 +41,6 @@ class deliverynotewithoutlogoPdf extends deliverynotePdf */ public function getTemplate() { - return '@d3PdfDocuments/admin/documents/deliverynote/deliverynoteNoLogo'; + return '@d3PdfDocuments/documents/deliverynote/deliverynoteNoLogo'; } } \ No newline at end of file diff --git a/Application/Model/Documents/invoicePdf.php b/Application/Model/Documents/invoicePdf.php index d636976..46a9c37 100644 --- a/Application/Model/Documents/invoicePdf.php +++ b/Application/Model/Documents/invoicePdf.php @@ -95,7 +95,7 @@ class invoicePdf extends pdfdocumentsOrder implements pdfdocumentsOrderinvoiceIn } public function getTemplate(){ - return '@d3PdfDocuments/admin/documents/invoice/invoice'; + return '@d3PdfDocuments/documents/invoice/invoice'; } /** diff --git a/Application/Model/Documents/invoicewithoutlogoPdf.php b/Application/Model/Documents/invoicewithoutlogoPdf.php index 0b912b4..fb79d32 100644 --- a/Application/Model/Documents/invoicewithoutlogoPdf.php +++ b/Application/Model/Documents/invoicewithoutlogoPdf.php @@ -40,6 +40,6 @@ class invoicewithoutlogoPdf extends invoicePdf * @return string */ public function getTemplate(){ - return '@d3PdfDocuments/admin/documents/invoice/invoiceNoLogo'; + return '@d3PdfDocuments/documents/invoice/invoiceNoLogo'; } } \ No newline at end of file