projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove popup border cruft
[freeside.git]
/
httemplate
/
edit
/
process
/
svc_hardware.html
1
<% include( 'elements/svc_Common.html',
2
'table' => 'svc_hardware',
3
)
4
%>
5
<%init>
6
7
die "access denied"
8
unless $FS::CurrentUser::CurrentUser->access_right('Provision customer service'); #something else more specific?
9
10
</%init>