// Merge -> revision 9221

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9226 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-10-11 12:45:12 +00:00
parent 3a6f44828e
commit de69396a04
77 changed files with 1987 additions and 815 deletions
+8
View File
@@ -289,6 +289,14 @@ class PDFCore extends PDF_PageGroupCore
$this->SetFont(self::fontname(), '', 7);
$this->Cell(190, 5, ' '."\n".Tools::iconv('utf-8', self::encoding(), 'P. ').$this->GroupPageNo().' / '.$this->PageGroupAlias(), 'T', 1, 'R');
global $cookie;
if (Configuration::get('PS_INVOICE_FREE_TEXT', $cookie->id_lang))
{
$this->Cell(0, 10, utf8_decode(Configuration::get('PS_INVOICE_FREE_TEXT', $cookie->id_lang)), 0, 0, 'C', 0);
$this->Ln(4);
}
/*
* Display a message for customer
*/