[-] PDF : Bug Fixed #PSCFV-2773 - Front office, error on generating RMA form

This commit is contained in:
fBrignoli
2012-06-26 08:26:43 +00:00
parent 93324d4ef4
commit e23211e540
+1 -1
View File
@@ -69,7 +69,7 @@ class HTMLTemplateOrderReturnCore extends HTMLTemplate
'products' => OrderReturn::getOrdersReturnProducts((int)$this->order_return->id, $this->order),
'delivery_address' => $formatted_delivery_address,
'invoice_address' => $formatted_invoice_address,
'shop_address' => AddressFormat::generateAddress($this->address, array(), '<br />', ' ')
'shop_address' => AddressFormat::generateAddress($this->shop->getAddress(), array(), '<br />', ' ')
));
return $this->smarty->fetch($this->getTemplate('order-return'));
}