Compare commits

...

2 Commits

Author SHA1 Message Date
b506d4e7c7 adjust version informations 2020-08-20 08:53:11 +02:00
369eee2b5c change id of invoice without logo PDF 2020-08-13 16:29:25 +02:00
4 changed files with 8 additions and 6 deletions

View File

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

View File

@ -2,7 +2,10 @@
title: Changelog title: Changelog
--- ---
## noch nicht veröffentlicht ## 1.0.1.0 - (2020-08-20)
### Changed
- Dokumentid für "Rechnung ohne Logo" angepasst
--- ---

View File

@ -1,9 +1,9 @@
{ {
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> PDF Dokumente", "title": "<i class='fab fa-d3 d3fa-color-blue'></i> PDF Dokumente",
"moduleversion": "1.0.0.0", "moduleversion": "1.0.1.0",
"titledesc": "für den Oxid eShop", "titledesc": "für den Oxid eShop",
"author": "D³ Data Development", "author": "D³ Data Development",
"moduledate": "13.08.2020", "moduledate": "20.08.2020",
"editors": "", "editors": "",
"tagline": "", "tagline": "",
"image": "", "image": "",

View File

@ -28,7 +28,7 @@ $aModule = [
'de' => $logo.' PDF-Dokumente', 'de' => $logo.' PDF-Dokumente',
'en' => $logo.' PDF documents', 'en' => $logo.' PDF documents',
], ],
'version' => '1.0', 'version' => '1.0.1.0',
'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)', 'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com', 'email' => 'support@shopmodule.com',
'url' => 'http://www.oxidmodule.com/', 'url' => 'http://www.oxidmodule.com/',