navigation  interaction  search

 other resources

Changeset 369

Show
Ignore:
Timestamp:
11/28/07 10:10:49
Author:
brieb
Message:

- Fixed misspelling on addSlashesToArray function
- Fixed invalid variable name with receipt PDF report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phpbms/include/common_functions.php

    r349 r369  
    492492                foreach ($thearray as $key=>$value)  
    493493                        if(is_array($value)) 
    494                                 $thearray[$key]= addSlsashesToArray($value); 
     494                                $thearray[$key]= addSlashesToArray($value); 
    495495                        else 
    496496                                $thearray[$key] = stripslashes($value); 
  • trunk/phpbms/modules/bms/report/receipts_pdf.php

    r356 r369  
    454454                                if($this->receiptrecord["posted"])                                       
    455455                                        $line["docdue"] = $line["amount"] - $line["paid"];                                       
    456                                 elseif($therecord["relatedid"]) 
     456                                elseif($line["relatedid"]) 
    457457                                        $line["docdue"] = $line["amount"] - $line["paid"] - $line["applied"] - $line["discount"] - $line["taxadjustment"];       
    458458                                else 
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.