View Issue Details

IDProjectCategoryView StatusLast Update
0006780OXID eShop (all versions)2.3. Extensions (modules, themes)public2018-01-29 10:00
Reportertwaldorf Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version6.0.0 
Summary0006780: Module "Invoice PDF" doesn't generate note of delivery without a logo
DescriptionThe module "Invoice PDF" generates an invoice instead of a note of delivery when choosing the option "note of deliver without logo".
Steps To ReproduceGo to orders -> Generate note of delivery without logo.
Additional InformationResolution in /source/modules/oe/invoicepdf/models/invoicepdfoxorder.php:

replace
    case 'dnote':

with
    case ('dnote' || 'dnote_without_logo'):
Tagspdf dnote invoice modul, Solution Provided
ThemeAll
BrowserAll
PHP VersionAll
Database VersionAll

Activities

marco_steinhaeuser

2018-01-26 21:14

reporter   ~0012368

https://forum.oxid-esales.com/t/bug-ce-6-0-0-modul-invoice-pdf-erstellt-keinen-lieferschein-ohne-logo/92942/

tabsl

2018-01-27 10:38

reporter   ~0012369

https://github.com/OXIDprojects/pdf-invoice-module/pull/4

QA

2018-01-29 10:00

administrator   ~0012370

Found something interesting:
If I install using composer, there are no options 'without logo'.
If I install by cloning or with the zip file, I see these option and I was able to reproduce the issue.
In both cases, the backend shows module version 2.0.1.