fix st00pid mistakes in batch upload
authorivan <ivan>
Mon, 5 Feb 2007 15:49:32 +0000 (15:49 +0000)
committerivan <ivan>
Mon, 5 Feb 2007 15:49:32 +0000 (15:49 +0000)
httemplate/misc/upload-batch.cgi

index a551702..69d3ca6 100644 (file)
@@ -26,7 +26,7 @@ unless ( $error ) {
   if ( ! $pay_batch ) {
     $error = "batchnum $batchnum not found";
   } elsif ( $pay_batch->status ne 'I' ) {
-    $error = "batch $paybatch is not in transit";
+    $error = "batch $batchnum is not in transit";
   } else {
     $error = $pay_batch->import_results(
                                          'filehandle' => $fh,
@@ -34,4 +34,6 @@ unless ( $error ) {
                                        );
   }
 
+}
+
 </%init>