This commit is contained in:
liedekef 2007-01-04 15:00:06 +00:00
parent 7d30337159
commit ed39431870

View File

@ -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);