X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/08d78ff5c14d302d3e86d368d752195625c3120d..cd1ec53835a1b076d30f0847d2944e445e994e64:/SL/SessionFile.pm diff --git a/SL/SessionFile.pm b/SL/SessionFile.pm index 08f905bc8..7536b56d3 100644 --- a/SL/SessionFile.pm +++ b/SL/SessionFile.pm @@ -21,6 +21,10 @@ sub new { my $self = $class->SUPER::new; + if ($params{session_id}) { + $self->session_id($params{session_id}) + } + my $path = $self->prepare_path; $file_name =~ s:.*/::g; $file_name = "${path}/${file_name}"; @@ -149,7 +153,7 @@ Returns the full relative file name associated with this instance. If it has been created for "customer.csv" then the value returned might be C. -=item C +=item C Opens the file_name given at creation with the given parameters.