summaryrefslogtreecommitdiff
path: root/httemplate/edit/inventory_class.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/inventory_class.html')
-rw-r--r--httemplate/edit/inventory_class.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/edit/inventory_class.html b/httemplate/edit/inventory_class.html
new file mode 100644
index 0000000..3ab47fe
--- /dev/null
+++ b/httemplate/edit/inventory_class.html
@@ -0,0 +1,16 @@
+<% include( 'elements/edit.html',
+ 'name' => 'Inventory Class',
+ 'table' => 'inventory_class',
+ 'labels' => {
+ 'classnum' => 'Class number',
+ 'classname' => 'Class name',
+ },
+ 'viewall_dir' => 'browse',
+ )
+%>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>