phpBMS

Show
Ignore:
Timestamp:
02/16/07 11:59:50 (5 years ago)
Author:
brieb
Message:

Implemented #3. Fixed XHTML compliance of some <br> tags. Fixed invoice report errors. Fixed update.sql naming problem (had leading space)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/report/invoices_pdfworkorder.php

    r176 r186  
    6161                                        date_Format(invoicedate,\"%c/%e/%Y\") as invoicedate, 
    6262                                        date_Format(orderdate,\"%c/%e/%Y\") as orderdate, 
    63                                         date_Format(shippeddate,\"%c/%e/%Y\") as shippeddate, 
    6463                                        invoices.totalti-invoices.amountpaid as amountdue, 
    6564                                        invoices.ponumber,invoices.discountamount,invoices.discountid, 
     
    355354                        $taxstatement="SELECT id, name, percentage FROM tax WHERE id=".$therecord["taxareaid"]; 
    356355                        $taxquery=mysql_query($taxstatement,$dblink); 
    357                         if(!$taxquery) die ("cannot get tax: ".mysql_error($dblink)."<br>".$taxstatement); 
     356                        if(!$taxquery) die ("cannot get tax: ".mysql_error($dblink)."<br />".$taxstatement); 
    358357                        $taxrecord=mysql_fetch_array($taxquery); 
    359358                        $pdf->SetFont("Arial","",7); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.