8
0
Bifurcation 0

change id of invoice without logo PDF

Cette révision appartient à :
Daniel Seifert 2020-08-13 16:29:25 +02:00
Parent 7d27e27764
révision 850976e386
Signé par: DanielS
ID de la clé GPG: 8A7C4C6ED1915C6F
1 fichiers modifiés avec 1 ajouts et 2 suppressions

Voir le fichier

@ -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';
}
/**