Topic: PDF file name in email

line 972 in pdf_report.inc I think the appropriate file name should be:

 $fname = $dir.'/'.$this->formData['document_number'].'.pdf'; 

This way it should be easier for customer and you to identify orders and invoices.