diff options
| author | levinse <levinse> | 2011-02-13 07:23:42 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-02-13 07:23:42 +0000 |
| commit | 705719c34352808839deb2f7fb9c420fd1baf3c8 (patch) | |
| tree | 7c1bc01f55bc9382bd9f7297e114d1e69efeeef5 /httemplate/edit/process/did_vendor.html | |
| parent | 67c6b2d956295e851335567da679230d818e73ab (diff) | |
bulk DID orders and inventory, RT11291
Diffstat (limited to 'httemplate/edit/process/did_vendor.html')
| -rw-r--r-- | httemplate/edit/process/did_vendor.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/edit/process/did_vendor.html b/httemplate/edit/process/did_vendor.html new file mode 100644 index 000000000..891a45392 --- /dev/null +++ b/httemplate/edit/process/did_vendor.html @@ -0,0 +1,11 @@ +<% include( 'elements/process.html', + 'table' => 'did_vendor', + 'viewall_dir' => 'browse', + ) +%> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> |
