$pdf->Cell(10, $height, ':', 0, 0, 'L');
 $pdf->Cell(25, $height, tanggalnormal($dataH['tanggal']), 0, 1, 'L');
 $pdf->Cell(85, $height, $_SESSION['lang']['keterangan'], 0, 0, 'L');
 $pdf->Cell(10, $height, ':', 0, 0, 'L');
 $pdf->MultiCell(170, $height, $dataH['keterangan'], 0, 'L');
 $pdf->Cell(85, $height, $_SESSION['lang']['jatuhtempo'], 0, 0, 'L');
 $pdf->Cell(10, $height, ':', 0, 0, 'L');
 $pdf->Cell(25, $height, tanggalnormal($dataH['jatuhtempo']), 0, 1, 'L');
 $pdf->Cell(85, $height, $_SESSION['lang']['nofp'], 0, 0, 'L');
 $pdf->Cell(10, $height, ':', 0, 0, 'L');
 $pdf->Cell(25, $height, $dataH['nofp'], 0, 1, 'L');
 $pdf->Cell(85, $height, $_SESSION['lang']['nilaiinvoice'], 0, 0, 'L');
 $pdf->Cell(10, $height, ':', 0, 0, 'L');
 $pdf->Cell(25, $height, number_format($dataH['nilaiinvoice'], 2), 0, 1, 'L');
 //sisi kanan
 $pdf->SetXY(290, $startY);
 $awalx = $pdf->GetX();
 $setpanjang = 275;
 $pdf->Cell($setpanjang, $height, $_SESSION['lang']['po'], 1, 1, 'L');
 $pdf->SetX(290);
 $pdf->Cell(85, $height, $_SESSION['lang']['nopo'], 0, 0, 'L');
 $pdf->Cell(10, $height, ':', 0, 0, 'L');
 $pdf->Cell(25, $height, $dataH['nopo'], 0, 1, 'L');
 $pdf->SetX(290);
 $pdf->Cell(85, $height, $_SESSION['lang']['noinvoice'] . ' Supplier', 0, 0, 'L');
 $pdf->Cell(10, $height, ':', 0, 0, 'L');
 $pdf->Cell(25, $height, $dataH['noinvoicesupplier'], 0, 1, 'L');
 $pdf->SetX(290);
 $pdf->Cell(85, $height, $_SESSION['lang']['supplier'], 0, 0, 'L');
 $pdf->Cell(10, $height, ':', 0, 0, 'L');
 //$pdf->Cell(25,$height,$resSupp[0]['namasupplier'],0,1,'L');