refactor freeside-init-config to module code, compare results of old/new code, have...
[freeside.git] / httemplate / misc / download-batch.cgi
index 67d044e..57905da 100644 (file)
@@ -193,7 +193,7 @@ my @batchlines = ();
 </%init>
 <%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,