Index: openacs-4/packages/acs-admin/www/auth/batch-action.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/batch-action.tcl,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-admin/www/auth/batch-action.tcl	16 Sep 2003 13:04:12 -0000	1.3
+++ openacs-4/packages/acs-admin/www/auth/batch-action.tcl	17 Oct 2003 11:08:52 -0000	1.4
@@ -8,12 +8,13 @@
 }
 
 auth::sync::job::get_entry -entry_id $entry_id -array batch_action
+auth::sync::job::get -job_id $batch_action(job_id) -array batch_job
 
 set page_title "One batch action"
 
 set context [list [list "." "Authentication"] \
                   [list [export_vars -base authority { {authority_id $batch_action(authority_id)} }] \
-                        "$batch_action(authority_pretty_name)"] \
+                        "$batch_job(authority_pretty_name)"] \
                   [list [export_vars -base batch-job {{job_id $batch_action(job_id)}}] "One batch job"] \
                  $page_title]