summaryrefslogtreecommitdiff
path: root/httemplate/edit/did_vendor.html
blob: f3d1133acffb85d6510fe7f1c88abd352d86ddef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<% include( 'elements/edit.html',
              'fields' => [
                            'vendorname',
                          ],
              'labels' => { 
                            'vendornum'    => 'Vendor',
                            'vendorname'   => 'Vendor name',
                          },
              'viewall_dir' => 'browse',
              'table' => 'did_vendor',
              'name' => 'Bulk DID Vendor',
           )
          
%>
<%init>

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

</%init>