[-] BO : remove deprecated parameter when call Tools::displayDate()

This commit is contained in:
vAugagneur
2013-05-20 16:55:52 +02:00
parent ec87deb016
commit 3328c7a653
15 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class HTMLTemplateDeliverySlipCore extends HTMLTemplate
$this->smarty = $smarty;
// header informations
$this->date = Tools::displayDate($this->order->invoice_date, (int)$this->order->id_lang);
$this->date = Tools::displayDate($this->order->invoice_date);
$this->title = HTMLTemplateDeliverySlip::l('Delivery').' #'.Configuration::get('PS_DELIVERY_PREFIX', Context::getContext()->language->id).sprintf('%06d', $this->order_invoice->delivery_number);
// footer informations