X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fdownload-batch.cgi;h=57905daf9d04976a1f5137cb4a181bca4d99d0bc;hb=f49f11d4c3c4ba9480cc5c9acfaa606a5ba73ad1;hp=67d044e38fa0aaad448ee9483ed435b2a8a03be0;hpb=80e8d02f34f4fcd825be6f5d130475ed6cd1cd81;p=freeside.git diff --git a/httemplate/misc/download-batch.cgi b/httemplate/misc/download-batch.cgi index 67d044e38..57905daf9 100644 --- a/httemplate/misc/download-batch.cgi +++ b/httemplate/misc/download-batch.cgi @@ -193,7 +193,7 @@ my @batchlines = (); <%cleanup> if ($autopost) { - my $dir = $FS::UID::conf_dir. "cache.". $FS::UID::datasrc; + my $dir = $FS::UID::conf_dir. "/cache.". $FS::UID::datasrc; my $fh = new File::Temp( TEMPLATE => 'paybatch.'. $batchnum .'.XXXXXXXX', DIR => $dir,