[-] PDF : Incorrect Order Return title

This commit is contained in:
fBrignoli
2012-05-11 15:23:49 +00:00
parent ef007d608f
commit 322d255b6f
+1 -1
View File
@@ -41,7 +41,7 @@ class HTMLTemplateOrderReturnCore extends HTMLTemplate
// header informations
$this->date = Tools::displayDate($this->order->invoice_date, (int)$this->order->id_lang);
$this->title = HTMLTemplateOrderReturn::l('Order Return '.sprintf('%06d', $this->order_return->id));
$this->title = HTMLTemplateOrderReturn::l('Order Return ').sprintf('%06d', $this->order_return->id);
// footer informations
$this->shop = new Shop((int)$this->order->id_shop);