Bonjour à tous,

J'utilise InvoicePDF1.5 qui génére une facture PDF correctement mais j'ai un problème au niveau de l'adresse, il m'affiche bien l'adresse du client à gauche de la facure, le logo de ma société en haut à gauche mais il ne m'affiche pas l'adresse de ma société en haut à droite.

En fait, je voudrais bien que l'adresse de ma société soit présente sur la facture...

Pourtant, si je ne me trompe pas, s'est bien affiché l'adresse de ma société dans le fichier invoice.php

CITATION
function Header()
{
global $oID;
$date = strftime('%A, %d %B %Y');
//Logo
$this->Image('images/invoice_logo.jpg',10,10,20);

// Invoice Number and date
$this->SetFont('Arial','B',14);
$this->SetTextColor(158,11,14);
$this->SetY(37);
$this->MultiCell(100,6,PRINT_INVOICE_ORDER . $oID . "\n" . $date ,0,'L');

/* // Company Address
$this->SetX(0);
$this->SetY(10);
$this->SetFont('Arial','B',10);
$this->SetTextColor(158,11,14);
$this->Ln(0);
$this->Cell(149);
$this->MultiCell(50, 3.5, STORE_NAME_ADDRESS,0,'R'); */


Quelqu'un à t'il une idée car ça fait plusieurs jours que je cherche sur le forum mais je ne trouve pas
Merci