[-] BO : #PSCFV-3086 - Improve visibility of some elements on return details
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16259 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user