﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1972	Fallback-Wert für Versandart, derzeit payment-method	info@…	somebody	"Hi, mein SVN hängt gerade, sodass ich es nicht selbst ändern kann:

admin\includes\modules\orders_listing.php
Zeile 235

{{{
$contents[] = array ('text' => (($oInfo->payment_method == '') ? '<br/>' : '').TEXT_INFO_SHIPPING_METHOD.' '.get_shipping_name($oInfo->shipping_class, $oInfo->payment_method));
}}}


Hier sollte 
get_shipping_name($oInfo->shipping_class, $oInfo->payment_method))
ersetzt werden durch 
get_shipping_name($oInfo->shipping_class, $oInfo->shipping_method))

Viele Grüße
Andreas"	Bug/Fehler	closed	normal	modified-shop-2.0.6.0	Admin	trunk	fixed				
