[-] MO : #PNM-88 : Subject now translated
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14268 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -335,7 +335,7 @@ class MailAlerts extends Module
|
||||
|
||||
// Filling-in vars for email
|
||||
$template = 'new_order';
|
||||
$subject = $this->l('New order', $id_lang).' - '.sprintf('%06d', $order->id);
|
||||
$subject = $this->l('New order', false, $id_lang).' - '.sprintf('%06d', $order->id);
|
||||
$template_vars = array(
|
||||
'{firstname}' => $customer->firstname,
|
||||
'{lastname}' => $customer->lastname,
|
||||
|
||||
Reference in New Issue
Block a user