From b2b5b8ef9dfa810bccbf3a83ee11d6367fd9b58a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 5 Feb 2004 16:33:29 +0000 Subject: [PATCH] Modif impression de l'adresse du client --- htdocs/includes/modules/facture/pdf_bulot.modules.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/facture/pdf_bulot.modules.php b/htdocs/includes/modules/facture/pdf_bulot.modules.php index 863a21039f5..3c995dda82d 100644 --- a/htdocs/includes/modules/facture/pdf_bulot.modules.php +++ b/htdocs/includes/modules/facture/pdf_bulot.modules.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2003-2004 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -347,7 +347,7 @@ Class pdf_bulot { $pdf->SetXY(102,42); $pdf->MultiCell(66,5, $fac->client->nom); $pdf->SetFont('Arial','B',11); - $pdf->SetXY(102,47); + $pdf->SetXY(102,$pdf->GetY()); $pdf->MultiCell(66,5, $fac->client->adresse . "\n" . $fac->client->cp . " " . $fac->client->ville); $pdf->rect(100, 40, 100, 40);