Index: invoices_pdfquote.php
===================================================================
--- invoices_pdfquote.php	(revision 2)
+++ invoices_pdfquote.php	(revision 3)
@@ -306,7 +306,7 @@
 		$pdf->Cell($taxwidth,.13,"Sales Tax",$border_debug,0,"R");
 		$pdf->Cell($shippingwidth,.13,"Shipping",$border_debug,0,"R");
 		$pdf->Cell($totalwidth,.13,"Total",$border_debug,0,"R");
-		$pdf->Cell($amountduewidth,.13,"Amount Due",$border_debug,0,"R");
+		// $pdf->Cell($amountduewidth,.13,"Amount Due",$border_debug,0,"R");
 		
 		$pdf->SetFont("Arial","B",10);
 		$pdf->SetXY($leftmargin,$tempnext+.2+.03);
@@ -316,7 +316,7 @@
 		$pdf->Cell($taxwidth,.15,currencyFormat($therecord["tax"]),$border_debug,0,"R");
 		$pdf->Cell($shippingwidth,.15,currencyFormat($therecord["shipping"]),$border_debug,0,"R");
 		$pdf->Cell($totalwidth,.15,currencyFormat($therecord["totalti"]),$border_debug,0,"R");
-		$pdf->Cell($amountduewidth,.15,currencyFormat($therecord["amountdue"]),$border_debug,0,"R");		
+		// $pdf->Cell($amountduewidth,.15,currencyFormat($therecord["amountdue"]),$border_debug,0,"R");		
 		// If a tax area is defined, print the tax information
 		if($therecord["taxareaid"]) {
 			$taxstatement="select id, name, percentage from tax where id=".$therecord["taxareaid"];
