Changeset 372
- Timestamp:
- 12/10/07 12:50:39
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/phpbms/modules/bms/report/invoices_pdf_class.php
r368 r372 636 636 $message .= "--{$mime_boundary}\n" . 637 637 "Content-Type: {application/pdf};\n" . 638 " name=\"".$this->title.$this->invoicerecord["id"]." \"\n" .638 " name=\"".$this->title.$this->invoicerecord["id"].".pdf\"\n" . 639 639 "Content-Disposition: attachment;\n" . 640 640 " filename=\"".$this->title.$this->invoicerecord["id"].".pdf\"\n" .