[-] PDF : Bug Fixed #PSFV-330 - Shopname not correct on invoice

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12199 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2012-01-05 15:30:34 +00:00
parent 77e2df9627
commit 079954fb15
5 changed files with 13 additions and 13 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ class HTMLTemplateOrderSlipCore extends HTMLTemplateInvoice
$this->title = self::l('Slip #').sprintf('%06d', $this->order_slip->id);
// footer informations
$shop = new Shop((int)$this->order->id_shop);
$this->address = $shop->getAddress();
$this->shop = new Shop((int)$this->order->id_shop);
}
/**