projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
show display_custnum on quick payment entry, RT#28616
[freeside.git]
/
httemplate
/
edit
/
process
/
reason.html
1
<% include( 'elements/process.html',
2
'table' => 'reason',
3
'redirect' => popurl(3) . 'browse/reason.html?class=' .
4
$cgi->param('class') . '&',
5
)
6
%>
7
<%init>
8
9
die "access denied"
10
unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
11
12
</%init>