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

This commit is contained in:
fBrignoli
2012-01-05 15:30:34 +00:00
parent 5e909ae891
commit 0800290ab2
5 changed files with 13 additions and 13 deletions
+1 -2
View File
@@ -45,8 +45,7 @@ class HTMLTemplateInvoiceCore extends HTMLTemplate
$this->title = self::l('Invoice ').' #'.Configuration::get('PS_INVOICE_PREFIX', Context::getContext()->language->id).sprintf('%06d', $order_invoice->number);
// footer informations
$shop = new Shop((int)$this->order->id_shop);
$this->address = $shop->getAddress();
$this->shop = new Shop((int)$this->order->id_shop);
}
/**