[-] BO : #PSCFV-3086 - Improve visibility of some elements on return details

This commit is contained in:
mDeflotte
2012-07-06 12:25:03 +00:00
parent 39c8e093a2
commit 2d2f6d5123
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class AdminReturnControllerCore extends AdminController
$products = OrderReturn::getOrdersReturnProducts($this->object->id, $order);
// Prepare customer explanation for display
$this->object->question = nl2br($this->object->question);
$this->object->question = '<span class="normal-text">'.nl2br($this->object->question).'</span>';
$this->tpl_form_vars = array(
'customer' => new Customer($this->object->id_customer),