RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / edit / process / realestate_location.html
1 <% include( 'elements/process.html',
2     table => 'realestate_location',
3     viewall_dir => 'browse',
4   )
5 %>
6 <%init>
7
8 my $curuser = $FS::CurrentUser::CurrentUser;
9 die "access denied"
10   unless $curuser->access_right('Edit inventory')
11       || $curuser->access_right('Edit global inventory')
12       || $curuser->access_right('Configuration');
13
14 </%init>