From f13afe5e228a220311557e1ca6dacbf847c26baf Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 19 Jun 2008 03:18:19 +0000 Subject: package categories (meta package classes) and grouping invoices by them --- httemplate/edit/process/pkg_category.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 httemplate/edit/process/pkg_category.html (limited to 'httemplate/edit/process/pkg_category.html') diff --git a/httemplate/edit/process/pkg_category.html b/httemplate/edit/process/pkg_category.html new file mode 100644 index 000000000..50cd5cb29 --- /dev/null +++ b/httemplate/edit/process/pkg_category.html @@ -0,0 +1,11 @@ +<% include( 'elements/process.html', + 'table' => 'pkg_category', + 'viewall_dir' => 'browse', + ) +%> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + + -- cgit v1.2.1