// add delivery slip

This commit is contained in:
aFolletete
2011-12-22 21:21:41 +00:00
parent 4bd46d7fce
commit d35dbe9003
13 changed files with 172 additions and 99 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class HTMLTemplateInvoiceCore extends HTMLTemplate
// header informations
$this->date = Tools::displayDate($order_invoice->date_add, (int)$this->order->id_lang);
$this->title = self::l('Invoice ').Configuration::get('PS_INVOICE_PREFIX').sprintf('%06d', $order_invoice->number);
$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);