Changeset 369
- Timestamp:
- 11/28/07 10:10:49
- Files:
-
- trunk/phpbms/include/common_functions.php (modified) (1 diff)
- trunk/phpbms/modules/bms/report/receipts_pdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/phpbms/include/common_functions.php
r349 r369 492 492 foreach ($thearray as $key=>$value) 493 493 if(is_array($value)) 494 $thearray[$key]= addSl sashesToArray($value);494 $thearray[$key]= addSlashesToArray($value); 495 495 else 496 496 $thearray[$key] = stripslashes($value); trunk/phpbms/modules/bms/report/receipts_pdf.php
r356 r369 454 454 if($this->receiptrecord["posted"]) 455 455 $line["docdue"] = $line["amount"] - $line["paid"]; 456 elseif($ therecord["relatedid"])456 elseif($line["relatedid"]) 457 457 $line["docdue"] = $line["amount"] - $line["paid"] - $line["applied"] - $line["discount"] - $line["taxadjustment"]; 458 458 else