Changeset 701 for trunk/phpbms/modules/bms/report/receipts_pdf.php
- Timestamp:
- 01/01/10 14:34:39 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/report/receipts_pdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/report/receipts_pdf.php
r693 r701 490 490 $line["duedate"] = ""; 491 491 492 if($line["type"] == " deposit" && $line["relatedid"] == $this->receiptrecord["id"]){492 if($line["type"] == "credit" && $line["relatedid"] == $this->receiptrecord["id"]){ 493 493 $line["relatedid"] = ""; 494 494 $line["amount"] = 0;