change small syntax issues

This commit is contained in:
2020-07-03 20:04:21 +02:00
parent 242610a8cf
commit 5541acaab0
16 changed files with 96 additions and 74 deletions

View File

@ -40,7 +40,7 @@ class invoicePdf extends pdfdocumentsOrder implements pdfdocumentsOrderinvoiceIn
*/
public function getTitleIdent()
{
return "ORDER_OVERVIEW_PDF_STANDART";
return "D3_PDFDOCUMENTS_INVOICE";
}
/**
@ -103,8 +103,6 @@ class invoicePdf extends pdfdocumentsOrder implements pdfdocumentsOrderinvoiceIn
}
/**
* @param string $sFilename
*
* @return string
*/
public function getFilename()