From 9f2de9917c8ff7fecd1d17ac7567472b5ac75df0 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 20 Feb 2008 01:21:17 +0000 Subject: update the tax class editor to enable taxclass adding, RT#2929 --- httemplate/edit/part_pkg_taxclass.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 httemplate/edit/part_pkg_taxclass.html (limited to 'httemplate/edit/part_pkg_taxclass.html') diff --git a/httemplate/edit/part_pkg_taxclass.html b/httemplate/edit/part_pkg_taxclass.html new file mode 100644 index 000000000..e76705722 --- /dev/null +++ b/httemplate/edit/part_pkg_taxclass.html @@ -0,0 +1,32 @@ +<% include('/elements/header.html', "$action taxclass") %> + +<% include('/elements/error.html') %> + +
+ + + +Tax class + +

+ + +
+ +<% include('/elements/footer.html') %> + +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +my $taxclass = ''; +if ( $cgi->param('error') ) { + $taxclass = $cgi->param('taxclass'); +} + +my $action = 'Add'; + +my $p1 = popurl(1); + + -- cgit v1.2.1