From ed39431870851ff9d83b7a5a799c9472d5fcf3ac Mon Sep 17 00:00:00 2001 From: liedekef Date: Thu, 4 Jan 2007 15:00:06 +0000 Subject: [PATCH] fixed bug #18595 --- htdocs/fourn/commande/modules/pdf/pdf_muscadet.modules.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/commande/modules/pdf/pdf_muscadet.modules.php b/htdocs/fourn/commande/modules/pdf/pdf_muscadet.modules.php index a3707d006a5..23ef6c17017 100644 --- a/htdocs/fourn/commande/modules/pdf/pdf_muscadet.modules.php +++ b/htdocs/fourn/commande/modules/pdf/pdf_muscadet.modules.php @@ -679,7 +679,7 @@ class pdf_muscadet extends ModelePDFCommandesSuppliers $pdf->SetTextColor(0,0,0); $pdf->SetFont('Arial','',8); $pdf->SetXY($this->marge_gauche,$posy-5); - $pdf->MultiCell(66,5, $langs->trans("BillFrom").":"); + $pdf->MultiCell(66,5, $langs->trans("BillTo").":"); $pdf->SetXY($this->marge_gauche,$posy); @@ -725,7 +725,7 @@ class pdf_muscadet extends ModelePDFCommandesSuppliers $pdf->SetTextColor(0,0,0); $pdf->SetFont('Arial','',8); $pdf->SetXY(102,$posy-5); - $pdf->MultiCell(80,5, $langs->trans("BillTo").":"); + $pdf->MultiCell(80,5, $langs->trans("BillFrom").":"); // $client = new Societe($this->db); $client->fetch($com->socid);