// Fix #PSCFV-4468

This commit is contained in:
rGaillard
2012-09-28 13:08:48 +00:00
parent f0d0a98bef
commit f0bf2da7e3
7 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class OrderReturnControllerCore extends FrontController
public function displayAjax()
{
$this->context->smarty->display($this->template);
$this->smartyOutputContent($this->template);
}
}