projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
RT# 77504 - Fixed error display issue, and javascript to prevent error.
[freeside.git]
/
httemplate
/
edit
/
process
/
rate_tier.html
1
<% include( 'elements/process.html',
2
'table' => 'rate_tier',
3
'viewall_dir' => 'browse',
4
'process_o2m' => {
5
'table' => 'rate_tier_detail',
6
'fields' => [qw( min_quan min_charge )],
7
},
8
)
9
%>
10
<%init>
11
12
die "access denied"
13
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
14
15
</%init>