? storm--741466-7.patch
? storm--741466-8.patch
? storm--741466-9.patch
Index: storminvoice/storminvoice.theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/storm/storminvoice/storminvoice.theme.inc,v
retrieving revision 1.2.4.48
diff -u -p -r1.2.4.48 storminvoice.theme.inc
--- storminvoice/storminvoice.theme.inc	20 Mar 2010 13:12:31 -0000	1.2.4.48
+++ storminvoice/storminvoice.theme.inc	20 Mar 2010 14:40:55 -0000
@@ -619,7 +619,7 @@ function theme_storminvoice_report_pdf($
     $pdf->Cell(0, 12, t('Paid in full', array(), $language), 0 ,1,'C');
   }
 
-  $filename = strtolower($title . '_' . $myorg->title . '_' . $organization->title . '_' . str_replace('/', '-', $node->number)) .'.pdf';
+  $filename = strtolower('invoice_'. str_replace('/', '-', $node->number)) .'.pdf';
 
   //Close and output PDF document
   if ($output == 'screen') {
