X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fbatch-cust_pay.html;h=84889399d6b6f3cea2c9b71f9441412623feb7d4;hb=9d55204f876f52e314076f5fa9d1ae15a1639dae;hp=89dd68a622972abef916763429875631ad694ee2;hpb=2a6aa24137ddd389c1e644f5ece325c5b5dbaf3a;p=freeside.git diff --git a/httemplate/misc/batch-cust_pay.html b/httemplate/misc/batch-cust_pay.html index 89dd68a62..84889399d 100644 --- a/httemplate/misc/batch-cust_pay.html +++ b/httemplate/misc/batch-cust_pay.html @@ -1,7 +1,4 @@ -<% include("/elements/header.html", 'Quick payment entry', - menubar( 'Main Menu' => $p ), - ) -%> +<% include('/elements/header.html', 'Quick payment entry') %> <% include('/elements/error.html') %> @@ -24,5 +21,12 @@ - - + +<% include('/elements/footer.html') %> + +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Post payment batch'); + +