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.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/edit/inventory_class.html b/httemplate/edit/inventory_class.html
new file mode 100644
index 000000000..5dde2e595
--- /dev/null
+++ b/httemplate/edit/inventory_class.html
@@ -0,0 +1,9 @@
+<%= include( 'elements/edit.html',
+ 'name' => 'Inventory Class',
+ 'table' => 'inventory_class',
+ 'labels' => {
+ 'classnum' => 'Class number',
+ 'classname' => 'Class name',
+ },
+ )
+%>