View Issue Details

IDProjectCategoryView StatusLast Update
0006227OXID eShop (all versions)2.6. Administer orderspublic2023-07-06 09:35
ReporterPhillinger Assigned To 
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.9.5 / 5.2.5 
Summary0006227: customer number missing in XML-Export of orders
DescriptionIn /application/models/oximex.php the function exportLexwareOrders() contains the following line (0000276):

 $sExport .= "<Kundennummer>" . /*$this->interForm($oUser->oxuser__oxcustnr->value).*/ "</Kundennummer>$sNewLine";

This disables - obviously - the export of the customer number of the xml export function in admin backend.

I couldn't figure out, why this is disabled and didn't notice any error since re-activating this code line. Maybe this should be re-activated in the next release?
Steps To ReproduceExport any order in the admin backend of a customer with a customer nr.
TagsNo tags attached.
ThemeAll
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

SvenBrunk

2023-07-06 09:35

administrator   ~0015403

Won't be fixed as this export is long gone