change id of invoice without logo PDF

This commit is contained in:
Daniel Seifert 2020-08-13 16:29:25 +02:00
parent 7d27e27764
commit 850976e386
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ class invoicewithoutlogoPdf extends invoicePdf
*/
public function getRequestId()
{
// same like in OXID PDF module
return 'standart_without_logo';
return 'invoice_without_logo';
}
/**