phpBMS

Ticket #2: ianpatch1.diff

File ianpatch1.diff, 1.3 kB (added by iwcg, 4 years ago)
  • invoices_pdfquote.php

     
    306306                $pdf->Cell($taxwidth,.13,"Sales Tax",$border_debug,0,"R"); 
    307307                $pdf->Cell($shippingwidth,.13,"Shipping",$border_debug,0,"R"); 
    308308                $pdf->Cell($totalwidth,.13,"Total",$border_debug,0,"R"); 
    309                 $pdf->Cell($amountduewidth,.13,"Amount Due",$border_debug,0,"R"); 
     309                // $pdf->Cell($amountduewidth,.13,"Amount Due",$border_debug,0,"R"); 
    310310                 
    311311                $pdf->SetFont("Arial","B",10); 
    312312                $pdf->SetXY($leftmargin,$tempnext+.2+.03); 
     
    316316                $pdf->Cell($taxwidth,.15,currencyFormat($therecord["tax"]),$border_debug,0,"R"); 
    317317                $pdf->Cell($shippingwidth,.15,currencyFormat($therecord["shipping"]),$border_debug,0,"R"); 
    318318                $pdf->Cell($totalwidth,.15,currencyFormat($therecord["totalti"]),$border_debug,0,"R"); 
    319                 $pdf->Cell($amountduewidth,.15,currencyFormat($therecord["amountdue"]),$border_debug,0,"R");             
     319                // $pdf->Cell($amountduewidth,.15,currencyFormat($therecord["amountdue"]),$border_debug,0,"R");          
    320320                // If a tax area is defined, print the tax information 
    321321                if($therecord["taxareaid"]) { 
    322322                        $taxstatement="select id, name, percentage from tax where id=".$therecord["taxareaid"]; 
Copyright © 2010 Kreotek, LLC. All Rights reserved.