navigation  interaction  search

 other resources

Changeset 372

Show
Ignore:
Timestamp:
12/10/07 12:50:39
Author:
brieb
Message:

Fixed #266

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phpbms/modules/bms/report/invoices_pdf_class.php

    r368 r372  
    636636                                        $message .= "--{$mime_boundary}\n" .  
    637637                                                         "Content-Type: {application/pdf};\n" .  
    638                                                          " name=\"".$this->title.$this->invoicerecord["id"]."\"\n" .  
     638                                                         " name=\"".$this->title.$this->invoicerecord["id"].".pdf\"\n" .  
    639639                                                         "Content-Disposition: attachment;\n" .  
    640640                                                         " filename=\"".$this->title.$this->invoicerecord["id"].".pdf\"\n" .  
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.