$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');
        $pdf->MultiCell(190, $height, $resSupp[0]['namasupplier'], 0, 'L');
        $pdf->SetX(290);
        $pdf->Cell(85, $height, $_SESSION['lang']['matauang'], 0, 0, 'L');
        $pdf->Cell(10, $height, ':', 0, 0, 'L');
        $pdf->Cell(25, $height, isset($resSupp[0]['matauang']) ? $resSupp[0]['matauang'] : 'IDR', 0, 1, 'L');
        $pdf->SetX(290);
        $pdf->Cell(85, $height, $_SESSION['lang']['kurs'], 'B', 0, 'L');
        $pdf->Cell(10, $height, ':', 'B', 0, 'L');
        $pdf->Cell(180, $height, $dataH['kurs'], 'B', 1, 'L');
        $endY = $pdf->GetY();
        //$pdf->Rect($pdf->lMargin+49.5/100*$width,$startY-1,50.5/100*$width,$endY-$startY-7);
        //$pdf->Line($pdf->lMargin+49.5/100*$width,$startY+11,$pdf->lMargin+$width,$startY+11);
        $pdf->Line($awalx, $startY, $awalx, $endY);
        $pdf->Line($awalx + $setpanjang, $startY, $awalx + $setpanjang, $endY);
        $pdf->Ln($height);
        $pdf->Output();
        break;
    default:
        break;
}