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 de22f5dd71
révision 369eee2b5c
1 fichiers modifiés avec 1 ajouts et 2 suppressions

Voir le fichier

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