Why does exportLexwareOrders ignor oxcustnr ?

Hi there,

Does anyone know why exportLexwareOrders() in oximex.php ignors oxcustnr ?

Line 292 creates the <Kundennummer></Kundennummer> tag but the call to $oUser->oxuser__oxcustnr->value is commented out…

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

Is this because oxcustnr might not be set for orders from non-registered users ?

Surely it would be simple to check this rather than never print out the customer number ?

Thanks

CPJ