projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c9d45b
)
Dateinamen für CSV-Beispieldatei sinnvoll setzen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 29 Dec 2011 13:36:23 +0000
(14:36 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 29 Dec 2011 13:36:23 +0000
(14:36 +0100)
Bisher war es der (interne) Name der Session-Datei, also etwas wie
user_session_files_mb_89072314971954719735691723948123_csv_bla_blubb_charlie_the_unicorn.csv.
SL/Controller/CsvImport.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CsvImport.pm
b/SL/Controller/CsvImport.pm
index
9549ae2
..
b00bcf3
100644
(file)
--- a/
SL/Controller/CsvImport.pm
+++ b/
SL/Controller/CsvImport.pm
@@
-84,7
+84,7
@@
sub action_download_sample {
$file->fh->close;
- $self->send_file($file->file_name);
+ $self->send_file($file->file_name
, name => $file_name
);
}
#