eVRECIAe Posted January 9, 2015 Share Posted January 9, 2015 Hi. How can I delete "#" from invoice? Link to comment Share on other sites More sharing options...
NemoPS Posted January 9, 2015 Share Posted January 9, 2015 You mean the hash char before the invoice number? WHere exactly? Link to comment Share on other sites More sharing options...
eVRECIAe Posted January 9, 2015 Author Share Posted January 9, 2015 Yes, I mean hash char before the invoice number in PDF... Link to comment Share on other sites More sharing options...
NemoPS Posted January 9, 2015 Share Posted January 9, 2015 \classes\pdf\HTMLTemplateInvoice.php Line 45 $this->title = HTMLTemplateInvoice::l('Invoice ').' #'.Configuration::get('PS_INVOICE_PREFIX', $id_lang, null, (int)$this->order->id_shop).sprintf('%06d', $order_invoice->number); Link to comment Share on other sites More sharing options...
eVRECIAe Posted January 9, 2015 Author Share Posted January 9, 2015 Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts