summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/did_vendor.html
blob: 891a45392252f31a8f4b6273c11e0f114cd2e3d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<% include( 'elements/process.html',
               'table'       => 'did_vendor',
               'viewall_dir' => 'browse',
           )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

</%init>