--- C:/Users/max/AppData/Local/Temp/class.tx_commerce_order_localrecordlist.php-revBASE.svn000.tmp.php Do Sep 29 15:05:24 2011 +++ C:/Users/max/Desktop/commerce_svn/trunk/lib/class.tx_commerce_order_localrecordlist.php Do Sep 29 15:04:32 2011 @@ -554,12 +554,14 @@ $theData[$fCol.'b'] = $lC2; } elseif ($fCol=='_LOCALIZATION_b') { // Do nothing, has been done above. - } else { + } else if($fCol=='order_id') { + $theData[$fCol] = $row[$fCol]; + } else { /** * Use own method, if typo3 4.0.0 is not installed */ if (substr(TYPO3_version, 0, 3) >= '4.0') { - $theData[$fCol] = $this->linkUrlMail(htmlspecialchars(t3lib_BEfunc::getProcessedValueExtra($table,$fCol,$row[$fCol],100,$row['uid'])),$row[$fCol]); + $theData[$fCol] = $this->linkUrlMail(htmlspecialchars(t3lib_BEfunc::getProcessedValueExtra($table,$fCol,$row[$fCol],100,$row['uid'])),$row[$fCol]); } else { $theData[$fCol] = $this->mylinkUrlMail(htmlspecialchars(t3lib_BEfunc::getProcessedValueExtra($table,$fCol,$row[$fCol],100,$row['uid'])),$row[$fCol]); @@ -891,7 +893,7 @@ // For each available translation, render the record: foreach($translations as $lRow) { - $iOut.=$this->renderListRow($table,$lRow,$cc,$titleCol,$thumbsCol,18); + $iOut.=$this->renderListRow($table,$lRow,$cc,$titleCol,$thumbsCol,18); } } }