Remove remaining calls to idiot/eidiot. Should fix 1479
[freeside.git] / httemplate / misc / upload-batch.cgi
index ccaf6f0..5a15008 100644 (file)
@@ -2,7 +2,7 @@
 
     <!-- mason kludge -->
 
-%    eidiot($error);
+%    errorpage($error);
 %#    $cgi->param('error', $error);
 %#    print $cgi->redirect( "${p}cust_main-import.cgi
 %  } else {
@@ -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>
+}
+
+</%init>