View Issue Details

IDProjectCategoryView StatusLast Update
0002528OXID eShop (all versions)2.6. Administer orderspublic2012-12-10 13:17
Reporterdominik_ziegler Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.6 revision 32697 
Fixed in Version4.5.1 revision 38045 
Summary0002528: In PDF invoice bill address first and lastname are inverted
DescriptionIf bill address is used the method _setBillingAddressToPdf sets the address to PDF. Unfortunately, first and last name are inverted:

$oPdf->text( 15, 63, $this->oxorder__oxbilllname->getRawValue().' '.$this->oxorder__oxbillfname->getRawValue() );

To fix this, change oxbilllname with oxbillfname and oxbillfname with oxbilllname.
TagsPDF Invoice
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.