summaryrefslogtreecommitdiff
path: root/httemplate/edit/did_vendor.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-02-13 07:23:42 +0000
committerlevinse <levinse>2011-02-13 07:23:42 +0000
commit705719c34352808839deb2f7fb9c420fd1baf3c8 (patch)
tree7c1bc01f55bc9382bd9f7297e114d1e69efeeef5 /httemplate/edit/did_vendor.html
parent67c6b2d956295e851335567da679230d818e73ab (diff)
bulk DID orders and inventory, RT11291
Diffstat (limited to 'httemplate/edit/did_vendor.html')
-rw-r--r--httemplate/edit/did_vendor.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/httemplate/edit/did_vendor.html b/httemplate/edit/did_vendor.html
new file mode 100644
index 000000000..b6d57b548
--- /dev/null
+++ b/httemplate/edit/did_vendor.html
@@ -0,0 +1,19 @@
+<% include( 'elements/edit.html',
+ 'fields' => [
+ 'vendorname',
+ ],
+ 'labels' => {
+ '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>