﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2121	account_history_info.php - $ORDER_COMMENTS fehlt	web-looks.de	somebody	"Im Template wird die Variable {$ORDER_COMMENTS} zur Anzeige des Kundenkommentars genutzt.
Diese Variable wird aber in der PHP Datei nicht zugewiesen.

/account_history_info.php
/templates/tpl_modified_responsive/module/account_history_info.html

Analog zur checkout_confirmation.php könnte man folgenden Code nutzen:

{{{
if (xtc_not_null($order->info['comments'])) {
	$smarty->assign('ORDER_COMMENTS', nl2br(encode_htmlspecialchars($order->info['comments'])));
}
}}}
"	Bug/Fehler	closed	normal	modified-shop-2.0.7.0	Shop	2.0.6.0	fixed				
