* @copyright 2007-2018 PrestaShop SA * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) * International Registered Trademark & Property of PrestaShop SA */ class HTMLTemplateInvoice extends HTMLTemplateInvoiceCore { public function getFilename() { return $this->order_invoice->getInvoiceNumberFormatted($this->order->id_lang, $this->order->id_shop).'.pdf';