From 81026510972881108c9bd9c72d146d3d47d72f2e Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 16 Apr 2008 11:54:35 +0000 Subject: [PATCH] this no longer belongs --- httemplate/edit/part_pkg_taxproduct.html | 42 -------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 httemplate/edit/part_pkg_taxproduct.html diff --git a/httemplate/edit/part_pkg_taxproduct.html b/httemplate/edit/part_pkg_taxproduct.html deleted file mode 100644 index 033c37f56..000000000 --- a/httemplate/edit/part_pkg_taxproduct.html +++ /dev/null @@ -1,42 +0,0 @@ -<% include('/elements/header-popup.html', 'Select tax product') %> - - - -<% ntable("#cccccc", 2) %> - - Tax product - - <% include( '/elements/select-table.html', - 'empty_label' => '(select product)', - 'table' => 'part_pkg_taxproduct', - 'name_col' => 'description', - 'curr_value' => $curr_value, - 'element_etc' => "id='taxproduct_popup_select'", - ) - %> - - - -

-
- -<% include('/elements/footer.html') %> - -<%init> - -my $conf = new FS::Conf; - -my ( $query ) = $cgi->keywords; -$query =~ /^(\d+)$/; -my $curr_value = $1; - - -- 2.11.0