stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / search / report_employee_commission.html
index a79630a..ebfcae8 100644 (file)
 %# %>
 %# 
 
-%#2.1
 <% include( '/elements/tr-select-user.html' ) %>
 
-%#1.9
-%# <%include( '/elements/tr-select-otaker.html' ) %>
-
 <% include( '/elements/tr-input-beginning_ending.html', ) %>
 
 </TABLE>
@@ -29,6 +25,6 @@
 <%init>
 
 die "access denied"
-  unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
+  unless $FS::CurrentUser::CurrentUser->access_right('Employees: Commission Report');
 
 </%init>