summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_pkg_report_option.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/part_pkg_report_option.html')
-rw-r--r--httemplate/edit/part_pkg_report_option.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/httemplate/edit/part_pkg_report_option.html b/httemplate/edit/part_pkg_report_option.html
deleted file mode 100644
index a6f8e57..0000000
--- a/httemplate/edit/part_pkg_report_option.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<% include( 'elements/edit.html',
- 'name' => 'Package optional report class',
- 'table' => 'part_pkg_report_option',
- 'fields' => [
- 'name',
- { field=>'num', type=>'hidden' },
- { field=>'disabled', type=>'checkbox', value=>'Y', },
- ],
- 'labels' => {
- 'num' => 'Class number',
- 'name' => 'Class name',
- 'disabled' => 'Disable class',
- },
- 'viewall_dir' => 'browse',
- )
-
-%>
-<%init>
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
-
-</%init>